Gets or sets the direction that determines the direction of the PressureAppurtenanceLabel to the pressure appurtenance.

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