This document is archived and information here might be outdated. Recommended version. |
Indicates if LOR should be updated when scale changed.
[Visual Basic .NET] Public Property AutoLOR As Boolean
[C#] public bool AutoLOR {get; set;}
[C++]
HRESULT get_AutoLOR(
Boolean* pbAutoLOR
);
[C++]
HRESULT put_AutoLOR(
VARIANT_BOOL pbAutoLOR
);
[C++]
Parameters pbAutoLOR [out, retval]
pbAutoLOR is a parameter of type bool* pbAutoLOR [in]
pbAutoLOR is a parameter of type bool