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


IDimensionStyleText.ConvertUnits Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IDimensionStyleText.ConvertUnits Property

Indicates if the length of the dimension needs to be converted for display.

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

Parameters Convert [in]
Convert is a parameter of type bool Convert [out, retval]
Convert is a parameter of type bool*

Product Availability

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

See Also

IDimensionStyleText Interface