This document is archived and information here might be outdated. Recommended version. |
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*