createFeature method

ArcGISFeature createFeature({
  1. FeatureTemplate? featureTemplate,
})

If the featureTemplate is null, a new feature is created based on SubtypeSubtable.subtype, otherwise a new feature is created based on the provided feature template from SubtypeSubtable.featureTemplates.

Parameters:

  • featureTemplate — The feature template.

Return Value: An ArcGISFeature.