ArcObjects Library Reference (Carto)  

IMapInset2.ZoomPercent Property

Zoom amount as a percentage. 100 means show the underlying map at normal size.

[Visual Basic .NET]
Public Property ZoomPercent As Double
[C#]
public double ZoomPercent {get; set;}
[C++]
HRESULT get_ZoomPercent(
  double* percent
);
[C++]
HRESULT put_ZoomPercent(
  double percent
);
[C++]

Parameters

percent [out, retval]   percent is a parameter of type double percent [in]   percent is a parameter of type double

Product Availability

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

See Also

IMapInset2 Interface