ArcObjects Library Reference (Carto)  

IMapInset.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(
  VARIANT_BOOL* UsingZoomScale
);
[C++]

Parameters

UsingZoomScale [out, retval]   UsingZoomScale is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapInset Interface