AddPointsToEdges Property

Specifies that a new point should be added to edges that bridge two same-elevation data contours and are not in flat triangles.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public bool AddPointsToEdges { get; set; }

Visual Basic

Public Property AddPointsToEdges As Boolean
	Get
	Set

Visual C++

public:
property bool AddPointsToEdges {
	bool get ();
	void set (bool value);
}

See Also