Gets or sets whether the CogoPoint is locked.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
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); }