This document is archived and information here might be outdated. Recommended version. |
The zoom amount as an absolute Scale (i.e., 1:20000).
[Visual Basic .NET] Public Property ZoomScale As Double
[C#] public double ZoomScale {get; set;}
[C++]
HRESULT get_ZoomScale(
System.Double* Scale
);
[C++]
HRESULT put_ZoomScale(
double Scale
);
[C++]
Parameters Scale [out, retval]
Scale is a parameter of type double* Scale [in]
Scale is a parameter of type double