Gets a boolean value that specifies whether the edge is locked.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public bool IsLocked { get; } |
Visual Basic |
---|
Public ReadOnly Property IsLocked As Boolean Get |
Visual C++ |
---|
public: property bool IsLocked { bool get (); } |
Remarks
The edge is locked if it is part of a destructive breakline.
The locked edge is always be preserved in the triangle mesh.
It cannot be swapped, deleted, or modified, but can be split if allow crossing breaklines is on.
The split edges will inherit the lock status.