This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkAttribute Interface > INetworkAttribute.Units Property (ArcObjects .NET 10.4 SDK) |
Units of this network attribute.
[Visual Basic .NET] Public Property Units As esriNetworkAttributeUnits
[C#] public esriNetworkAttributeUnits Units {get; set;}
[C++]
HRESULT get_Units(
esriNetworkAttributeUnits* Units
);
[C++]
HRESULT put_Units(
esriNetworkAttributeUnits Units
);
[C++]
Parameters Units [out, retval]
Units is a parameter of type esriNetworkAttributeUnits Units [in]
Units is a parameter of type esriNetworkAttributeUnits
If the attribute is not measured in units of distance or time, specify the Units as esriNAUUnknown.