Gets whether to define the Autodesk Civil 3D triangle edges based on the edges defined in the original AutoCAD object.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool MaintainEdge { get; }
VB
Public ReadOnly Property MaintainEdge As Boolean Get
C++
public: property bool MaintainEdge { bool get (); }