Share

PressurePart.ConnectionCount Property

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

Syntax

C#

public int ConnectionCount { get; }

VB

Public ReadOnly Property ConnectionCount As Integer
	Get

C++

public:
property int ConnectionCount {
	int get ();
}

Property Value

Int32

See Also

Reference

Was this information helpful?