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


IMapAutoExtentOptions.LockedZoom Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMapAutoExtentOptions.LockedZoom Property

Check if the map can be zoomed.

[Visual Basic .NET]
Public Sub LockedZoom ( _
    ByRef flag As Boolean _
)
[C#]
public void LockedZoom (
    ref bool flag
);
[C++]
HRESULT get_LockedZoom(
  Boolean* flag
);
[C++]

Parameters flag
flag is a parameter of type bool*

Product Availability

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

See Also

IMapAutoExtentOptions Interface