This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchTemplate Interface > IHatchTemplate.DisplayUnits Property (ArcObjects .NET 10.5 SDK) |
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