ArcObjects Library Reference (Location)  

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