Method GetContingentValues
GetContingentValues(ArcGISFeature, String)
Returns possible values for the specified field, in the context of defined contingencies.
Declaration
public ContingentValuesResult GetContingentValues(ArcGISFeature feature, string field)
Parameters
Type | Name | Description |
---|---|---|
Arc |
feature | The feature. |
System. |
field | The name of the field for which to get possible values. |
Returns
Type | Description |
---|---|
Contingent |
Remarks
This method iterates over all the field groups that the input field participates in. For each, it looks at the input
feature's field values for the other fields participating in that field group. Contingencies that are satisfied by the
other fields are identified, and their values for the input field are aggregated. These are returned in a
Contingent
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.13 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.13 - 200.6 |
Xamarin.Android | 100.13 - 100.15 |
Xamarin.iOS | 100.13 - 100.15 |
UWP | 100.13 - 200.6 |