ArcObjects Library Reference (NetworkAnalyst)  

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