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


ISelectionTracker.Locked Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISelectionTracker Interface > ISelectionTracker.Locked Property
ArcGIS Developer Help

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(
  Boolean* Locked
);
[C++]
Parameters
Locked [in]

Locked is a parameter of type bool Locked [out, retval]
Locked is a parameter of type bool*

Product Availability

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

See Also

ISelectionTracker Interface

.NET Samples

Triangle graphic element