public void Create( FeatureLayer layer, Geometry geometry, Action<long> result )
Public Overloads Sub Create( _ ByVal layer As FeatureLayer, _ ByVal geometry As Geometry, _ Optional ByVal result As Action(Of Long) _ )
Parameters
- layer
- The layer to create a new feature in.
- geometry
- The geometry of the new feature.
- result
- An optional callback that will be called with the resulting OID of the newly created featue.