Show / Hide Table of Contents

Method CreateFeature

CreateFeature()

Creates a new feature based on Subtype.

Declaration
public ArcGISFeature CreateFeature()
Returns
Type Description
ArcGISFeature

An ArcGISFeature.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.7 - 200.8
.NET200.7 - 200.8
.NET Windows200.7 - 200.8
.NET Android200.7 - 200.8
.NET iOS200.7 - 200.8
.NET Framework200.7 - 200.8
UWP200.7 - 200.8

CreateFeature(FeatureTemplate)

Creates a new feature based on the provided feature template from FeatureTemplates.

Declaration
public ArcGISFeature CreateFeature(FeatureTemplate featureTemplate)
Parameters
Type Name Description
FeatureTemplate featureTemplate

The feature template.

Returns
Type Description
ArcGISFeature

An ArcGISFeature.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.7 - 200.8
.NET200.7 - 200.8
.NET Windows200.7 - 200.8
.NET Android200.7 - 200.8
.NET iOS200.7 - 200.8
.NET Framework200.7 - 200.8
UWP200.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.