This document is archived and information here might be outdated.  Recommended version.


IMapInset2.ZoomPercent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapInset2 Interface > IMapInset2.ZoomPercent Property
ArcGIS Developer Help

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(
  System.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