Gets the count of the pipes connected to the structure.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int ConnectedPipesCount { get; }
VB
Public ReadOnly Property ConnectedPipesCount As Integer Get
C++
public: property int ConnectedPipesCount { int get (); }