public void Create( EditingTemplate template, Geometry geometry, Action<long> result )
Public Overloads Sub Create( _ ByVal template As EditingTemplate, _ ByVal geometry As Geometry, _ Optional ByVal result As Action(Of Long) _ )
Parameters
- template
- Editing template used to create a feature.
- geometry
- Geometry used to create a new feature.
- result
- Optional callback to be called with the OID of the newly created feature.