Enum UtilityNetworkAttributeDataType
An enumeration of the different network attribute data types.
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum UtilityNetworkAttributeDataType
Remarks
The UtilityNetworkAttribute instances in a topological index are limited to specific data types.
Fields
Name | Description |
---|---|
Boolean | The network attribute is of boolean data type. |
Double | The network attribute is of double data type. |
Float | The network attribute is of float data type. |
Integer | The network attribute is of signed 64-bit integer data type. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 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.6 - 200.5 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.5 |