This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset2 Interface > IMapInset2.ZoomScale Property (ArcObjects .NET 10.5 SDK) |
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(
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