Show / Hide Table of Contents

Constructor FeatureForm

FeatureForm(ArcGISFeature, FeatureFormDefinition)

Initializes a new instance of the FeatureForm class that describes the user interface for editing the specified feature.

Declaration
[Obsolete("Use the FeatureForm(ArcGISFeature) constructor instead, which automatically finds an authored definition if available, or generates a default one if not.")]
public FeatureForm(ArcGISFeature feature, FeatureFormDefinition definition)
Parameters
Type Name Description
ArcGISFeature feature

The feature to display in the form.

FeatureFormDefinition definition

The feature form definition to use.

See Also
FeatureForm(ArcGISFeature)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.4 - 200.7
.NET200.4 - 200.7
.NET Windows200.4 - 200.7
.NET Android200.4 - 200.7
.NET iOS200.4 - 200.7
.NET Framework200.4 - 200.7
UWP200.4 - 200.7

FeatureForm(ArcGISFeature)

Initializes a new instance of the FeatureForm class that describes the user interface for editing the specified feature.

Declaration
public FeatureForm(ArcGISFeature feature)
Parameters
Type Name Description
ArcGISFeature feature

The ArcGISFeature to display in the form.

Remarks

If the feature's FeatureLayer, ArcGISFeatureTable, or the SubtypeSublayer specific to the feature's FeatureSubtype has been authored with a FeatureFormDefinition, then this authored FeatureFormDefinition will be used to create the FeatureForm. If a FeatureFormDefinition is not found, a default definition is generated and used to create the FeatureForm.

Applies to

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