Gets or sets whether the CogoPoint is locked.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsLocked { get; set; }
VB
Public Property IsLocked As Boolean Get Set
C++
public: property bool IsLocked { bool get (); void set (bool value); }