PressurePartConnectionCount 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.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic int ConnectionCount { get; }
Public ReadOnly Property ConnectionCount As Integer
Get
public:
property int ConnectionCount {
int get ();
}
Property Value
Int32
See Also