Share

MultipleProfileViewsCreationOptions.DrawOrder Property

Specifies the draw order when creating multiple ProfileViews.



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

Syntax

C#

public ProfileViewPlotType DrawOrder { get; set; }

VB

Public Property DrawOrder As ProfileViewPlotType
	Get
	Set

C++

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

Property Value

ProfileViewPlotType

See Also

Reference

Was this information helpful?