Direction Property

Gets or sets the direction of the profile in the profile view grid.

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

Syntax

C#

public GraphDirectionType Direction { get; set; }

Visual Basic

Public Property Direction As GraphDirectionType
	Get
	Set

Visual C++

public:
property GraphDirectionType Direction {
	GraphDirectionType get ();
	void set (GraphDirectionType value);
}

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when the GraphStyle is obtained from a SectionViewStyle.

See Also