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


ISelectionTracker.Locked Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

ISelectionTracker.Locked Property

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

Product Availability

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

See Also

ISelectionTracker Interface

.NET Samples

Triangle graphic element (Code Files: TriangleElementClass)