Share

PressureAppurtenanceLabel.Direction Property

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

Syntax

C#

public Vector3d Direction { get; set; }

VB

Public Property Direction As Vector3d
	Get
	Set

C++

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

Property Value

Vector3d

Remarks

The direction will be set and got as normalized value.

See Also

Reference

Was this information helpful?