Specifies the draw order when creating multiple ProfileViews.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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