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