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 > IMapInset Interface > IMapInset.ZoomPercent Property (ArcObjects .NET 10.5 SDK) |
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