protected Task<bool> CreateFeatureAsync( EditingTemplate template, Geometry geometry )
Protected Function CreateFeatureAsync( _ ByVal template As EditingTemplate, _ ByVal geometry As Geometry _ ) As Task(Of Boolean)
Parameters
- template
- The template to use to create.
- geometry
- The geometry to use to create.
Return Value
A Task representing the create operation.