This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionStyleText Interface > IDimensionStyleText.ConvertUnits Property (ArcObjects .NET 10.4 SDK) |
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