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

Parameters

flag   flag is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMapAutoExtentOptions Interface