This document is archived and information here might be outdated. Recommended version. |
The units to be used for displaying M values in hatch text.
[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 [out, retval]
units is a parameter of type esriUnits* units [in]
units is a parameter of type esriUnits