PressurePipeRunCollection Class

The PressurePipeRun collection class.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPressurePipeRunCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public sealed class PressurePipeRunCollection : IEnumerable<PressurePipeRun>

The PressurePipeRunCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of PressurePipeRun objects in the collection.
Public propertyItemInt32 
Public propertyItemString 
Top
Methods
 NameDescription
Public methodcreatePipeRun Create new pipe run from polyline object.
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodRemove(PressurePipeRun, Boolean) Removes PressurePipeRun from the collection.
Public methodRemove(PressurePipeRun, Boolean, Boolean) Removes PressurePipeRun from the collection.
Public methodRemoveAt(Int32, Boolean) Removes PressurePipeRun from the collection by the specified index.
Public methodRemoveAt(Int32, Boolean, Boolean) Removes PressurePipeRun from the collection by the specified index.
Top
See Also