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