Property MultiValueDataType
MultiValueDataType
Gets a value indicating whether this parameter info describes a multivalue, this property indicates the type of the parameters contained in the multivalue.
Declaration
public GeoprocessingParameterType MultiValueDataType { get; }
Property Value
Type | Description |
---|---|
GeoprocessingParameterType | The geoprocessing multi value parameter's data type. |
Remarks
If this parameter info DataType describes a multivalue, this property indicates the type of the parameters contained in the multivalue. If this is not a multivalue parameter, this property should be ignored as it will not be applicable to the parameter nor will it be any of the known types GeoprocessingParameterType.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |