The PressurePipeRun collection class.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesPressurePipeRunCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class PressurePipeRunCollection : IEnumerable<PressurePipeRun>
VB
Public NotInheritable Class PressurePipeRunCollection Implements IEnumerable(Of PressurePipeRun)
C++
public ref class PressurePipeRunCollection sealed : IEnumerable<PressurePipeRun^>
The PressurePipeRunCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of PressurePipeRun objects in the collection. | |
| ItemInt32 | ||
| ItemString |
Methods
| Name | Description | |
|---|---|---|
| createPipeRun | Create new pipe run from polyline object. | |
| GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection. | |
| GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. | |
| Remove(PressurePipeRun, Boolean) | Removes PressurePipeRun from the collection. | |
| Remove(PressurePipeRun, Boolean, Boolean) | Removes PressurePipeRun from the collection. | |
| RemoveAt(Int32, Boolean) | Removes PressurePipeRun from the collection by the specified index. | |
| RemoveAt(Int32, Boolean, Boolean) | Removes PressurePipeRun from the collection by the specified index. |
