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


IHatchTemplate.ConvertUnits 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.ConvertUnits Property
ArcGIS Developer Help

IHatchTemplate.ConvertUnits Property

Indicates whether to convert units for displaying Ms in hatch text.

[Visual Basic .NET]
Public Property ConvertUnits As Boolean
[C#]
public bool ConvertUnits {get; set;}
[C++]
HRESULT get_ConvertUnits(
  VARIANT_BOOL ConvertUnits
);
[C++]
HRESULT put_ConvertUnits(
  Boolean* ConvertUnits
);
[C++]
Parameters
ConvertUnits [in]

ConvertUnits is a parameter of type bool ConvertUnits [out, retval]
ConvertUnits is a parameter of type bool*

Product Availability

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

See Also

IHatchTemplate Interface