The PressurePipeRunCollection type exposes the following members.

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.

Properties

  NameDescription
Public propertyCount
Gets the number of PressurePipeRun objects in the collection.
Public propertyItem[([( Int32])])
Public propertyItem[([( String])])

See Also