This document is archived and information here might be outdated.  Recommended version.


INAServerNetworkAttribute.DataType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerNetworkAttribute Interface > INAServerNetworkAttribute.DataType Property
ArcGIS Developer Help

INAServerNetworkAttribute.DataType Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

DataType specifies the esriNetworkAttributeDataType of the network attribute.  Valid data types include integer, float, double, and boolean.

See Also

INAServerNetworkAttribute Interface