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


IMapInset2.UsingZoomScale 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.UsingZoomScale Property
ArcGIS Developer Help

IMapInset2.UsingZoomScale Property

Indicates if ZoomScale or ZoomPercent is being used. The one specified last is being used.

[Visual Basic .NET]
Public ReadOnly Property UsingZoomScale As Boolean
[C#]
public bool UsingZoomScale {get;}
[C++]
HRESULT get_UsingZoomScale(
  Boolean* UsingZoomScale
);
[C++]
Parameters
UsingZoomScale [out, retval]

UsingZoomScale is a parameter of type bool*

Product Availability

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

See Also

IMapInset2 Interface