This document is archived and information here might be outdated.  Recommended version.


IHatchTemplate.DisplayUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IH > IHatchTemplate Interface > IHatchTemplate.DisplayUnits Property
ArcGIS Developer Help

IHatchTemplate.DisplayUnits Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IHatchTemplate Interface