Share

PressurePartConnection.Direction Property

Gets the direction of the network part connection.



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

Syntax

C#

public Vector3d Direction { get; }

VB

Public ReadOnly Property Direction As Vector3d
	Get

C++

public:
property Vector3d Direction {
	Vector3d get ();
}

Property Value

Vector3d

See Also

Reference

Was this information helpful?