This document is archived and information here might be outdated. Recommended version. |
Units the length of the dimension text is displayed in.
[Visual Basic .NET] Public Property DisplayUnits As esriUnits
[C#] public esriUnits DisplayUnits {get; set;}
[C++]
HRESULT get_DisplayUnits(
esriUnits Units
);
[C++]
HRESULT put_DisplayUnits(
esriUnits* Units
);
[C++] Parameters Units [in]
Units is a parameter of type esriUnits Units [out, retval]
Units is a parameter of type esriUnits*