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.