Gets the number of connections for this part. Returns 2 for a pipe. Returns n for an appurtenance or a fitting, depending on the part's number of ports.

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

Syntax

C#
public int ConnectionCount { get; }
Visual Basic
Public ReadOnly Property ConnectionCount As Integer
	Get
Visual C++
public:
property int ConnectionCount {
	int get ();
}

See Also