TinSurfaceEdgeIsLocked Property |
Gets a boolean value that specifies whether the edge is locked.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsLocked { get; }
Public ReadOnly Property IsLocked As Boolean
Get
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