Gets the count of the pipes connected to the structure.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public int ConnectedPipesCount { get; } |
Visual Basic |
---|
Public ReadOnly Property ConnectedPipesCount As Integer Get |
Visual C++ |
---|
public: property int ConnectedPipesCount { int get (); } |