Go to the source code of this file.
◆ AGSUtilityNetworkAttributeDataType
An enumeration of the various AGSUtilityNetworkAttribute
data types. The AGSUtilityNetworkAttribute
objects in a topological index are limited to specific data types.
- Since
- 100.6
Enumerator |
---|
AGSUtilityNetworkAttributeDataTypeInteger | A signed 64-bit integer value.
|
AGSUtilityNetworkAttributeDataTypeFloat | A floating point value.
|
AGSUtilityNetworkAttributeDataTypeDouble | A double precision floating point value.
|
AGSUtilityNetworkAttributeDataTypeBoolean | A Boolean value.
|