StartConnection Property

Gets the connection at the start of the pressure pipe

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

Syntax

C#

public PressurePartConnection StartConnection { get; }

Visual Basic

Public ReadOnly Property StartConnection As PressurePartConnection
	Get

Visual C++

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

See Also