This document is archived and information here might be outdated. Recommended version. |
Gets the type of linear unit.
[Visual Basic .NET] Public Property Units As esriUnits
[C#] public esriUnits Units {get; set;}
[C++]
HRESULT get_Units(
esriUnits* pUnits
);
[C++]
HRESULT put_Units(
esriUnits pUnits
);
[C++] Parameters pUnits [out, retval]
pUnits is a parameter of type esriUnits* pUnits [in]
pUnits is a parameter of type esriUnits