MaintainEdge Property

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.3.1717.0

Syntax

C#

public bool MaintainEdge { get; }

Visual Basic

Public ReadOnly Property MaintainEdge As Boolean
	Get

Visual C++

public:
property bool MaintainEdge {
	bool get ();
}

See Also