DrawOrder Property

Specifies the draw order when creating multiple ProfileViews.

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

Syntax

C#

public ProfileViewPlotType DrawOrder { get; set; }

Visual Basic

Public Property DrawOrder As ProfileViewPlotType
	Get
	Set

Visual C++

public:
property ProfileViewPlotType DrawOrder {
	ProfileViewPlotType get ();
	void set (ProfileViewPlotType value);
}

See Also