Direction Property

Gets or sets the direction that determines the direction of the section label to the pressure part.

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

Syntax

C#

public Vector3d Direction { get; set; }

Visual Basic

Public Property Direction As Vector3d
	Get
	Set

Visual C++

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

Remarks

The direction will be set and got as normalized value.

See Also