TinSurfaceEdgeIsLocked Property

Gets a boolean value that specifies whether the edge is locked.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool IsLocked { 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