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
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.4 - 200.6 |
.NET | 200.4 - 200.6 |
.NET Windows | 200.4 - 200.6 |
.NET Android | 200.4 - 200.6 |
.NET iOS | 200.4 - 200.6 |
.NET Framework | 200.4 - 200.6 |
UWP | 200.4 - 200.6 |
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 |
Remarks
If the feature's FeatureLayer,
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |