EndConnection Property

Gets the connection at the end of the pressure pipe

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

Syntax

C#

public PressurePartConnection EndConnection { get; }

Visual Basic

Public ReadOnly Property EndConnection As PressurePartConnection
	Get

Visual C++

public:
property PressurePartConnection^ EndConnection {
	PressurePartConnection^ get ();
}

See Also