ArcObjects Library Reference (Carto)  

IMapInset2.ZoomScale Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapInset2 Interface