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(
  VARIANT_BOOL Convert
);
[C++]

Parameters

Convert [out, retval]   Convert is a parameter of type VARIANT_BOOL Convert [in]   Convert is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDimensionStyleText Interface