Share

GraphStyle.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.8.0.280

Syntax

C#

public GraphDirectionType Direction { get; set; }

VB

Public Property Direction As GraphDirectionType
	Get
	Set

C++

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

Property Value

GraphDirectionType

Exceptions

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

See Also

Reference

Was this information helpful?