This document is archived and information here might be outdated. Recommended version. |
Indicates if map scale should be used to control full resolution display.
[Visual Basic .NET]
Public Property UseFullResolutionScale As Boolean
[C#]
public bool UseFullResolutionScale {get; set;}
[C++]
HRESULT get_UseFullResolutionScale(
Boolean* pbUseScale
);
[C++]
HRESULT put_UseFullResolutionScale(
VARIANT_BOOL pbUseScale
);
[C++] Parameters pbUseScale [out, retval]
pbUseScale is a parameter of type bool* pbUseScale [in]
pbUseScale is a parameter of type bool