Constructor FeatureForm
FeatureForm(ArcGISFeature, FeatureFormDefinition)
Initializes a new instance of the 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 |
---|---|---|
Arc |
feature | The feature to display in the form. |
Feature |
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 Feature
Declaration
public FeatureForm(ArcGISFeature feature)
Parameters
Type | Name | Description |
---|---|---|
Arc |
feature | The |
Remarks
If the feature's Feature
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 |