This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISelectionTracker Interface > ISelectionTracker.Locked Property (ArcObjects .NET 10.5 SDK) |
Indicates if the tracker is locked or not. Locked means nodes cannot be moved.
[Visual Basic .NET] Public Property Locked As Boolean
[C#] public bool Locked {get; set;}
[C++]
HRESULT get_Locked(
VARIANT_BOOL* Locked
);
[C++]
HRESULT put_Locked(
VARIANT_BOOL Locked
);
[C++]
Parameters Locked [out, retval] Locked is a parameter of type VARIANT_BOOL Locked [in] Locked is a parameter of type VARIANT_BOOL