This document is archived and information here might be outdated. Recommended version. |
Indicates the map scale at which data may be displayed at full resolution.
[Visual Basic .NET] Public Property FullResolutionScale As Double
[C#] public double FullResolutionScale {get; set;}
[C++]
HRESULT get_FullResolutionScale(
System.Double* pScale
);
[C++]
HRESULT put_FullResolutionScale(
double pScale
);
[C++]
Parameters pScale [out, retval]
pScale is a parameter of type double* pScale [in]
pScale is a parameter of type double