This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkAttribute Interface > INAServerNetworkAttribute.DataType Property (ArcObjects .NET 10.4 SDK) |
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.