Direction Property

Gets or sets the direction that determines the direction of the PressureAppurtenanceProfileLabel to the Pressure Appurtenance.

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