Gets a boolean value that specifies whether the edge is locked.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsLocked { get; }
VB
Public ReadOnly Property IsLocked As Boolean
Get
C++
public:
property bool IsLocked {
bool get ();
}Property Value
Boolean
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.
See Also
Reference