This document is archived and information here might be outdated. Recommended version. |
Type of data used in this network attribute.
[Visual Basic .NET] Public ReadOnly Property DataType As esriNetworkAttributeDataType
[C#] public esriNetworkAttributeDataType DataType {get;}
[C++]
HRESULT get_DataType(
esriNetworkAttributeDataType* DataType
);
[C++] Parameters DataType [out, retval]
DataType is a parameter of type esriNetworkAttributeDataType*
DataType specifies the esriNetworkAttributeDataType of the network attribute. Valid data types include integer, float, double, and boolean.