Gets a boolean value that specifies whether the edge is locked.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public bool IsLocked { get; }
VB
Public ReadOnly Property IsLocked As Boolean Get
C++
public: property bool IsLocked { bool get (); }