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


IMapAutoExtentOptions.LockedPan Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapAutoExtentOptions.LockedPan Property

Check if the map can be panned.

[Visual Basic .NET]
Public Sub LockedPan ( _
    ByRef flag As Boolean _
)
[C#]
public void LockedPan (
    ref bool flag
);
[C++]
HRESULT get_LockedPan(
  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