ArcObjects Library Reference (NetworkAnalyst)  

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