SwapEdges Property

Specifies that a non-contour common edge shared between a flat triangle and a non-flat triangle should be swapped.

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

Syntax

C#

public bool SwapEdges { get; set; }

Visual Basic

Public Property SwapEdges As Boolean
	Get
	Set

Visual C++

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

See Also