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


INAServerNetworkAttribute.Units 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.Units Property
ArcGIS Developer Help

INAServerNetworkAttribute.Units Property

Units of this network attribute.

[Visual Basic .NET]
Public ReadOnly Property Units As esriNetworkAttributeUnits
[C#]
public esriNetworkAttributeUnits Units {get;}
[C++]
HRESULT get_Units(
  esriNetworkAttributeUnits* Units
);
[C++]
Parameters
Units [out, retval]

Units is a parameter of type esriNetworkAttributeUnits*

Product Availability

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

Remarks

Units specifies the esriNetworkAttributeUnits of the network attribute.  Valid values include most length and time units.

See Also

INAServerNetworkAttribute Interface