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


IHatchTemplate.ConvertUnits Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Location)  

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