Share

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.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

 NameDescription
Public propertyCount Gets the number of PressurePipeRun objects in the collection.
Public propertyItemInt32 
Public propertyItemString 

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.

See Also

Reference

Was this information helpful?