Removes PressurePipeRun from the collection by the specified index.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public void RemoveAt( int index, bool completely )
VB
Public Sub RemoveAt ( index As Integer, completely As Boolean )
C++
public: void RemoveAt( int index, bool completely )
Parameters
- index Int32
- Specifies index in the collection to remove.
- completely Boolean
- Specifies whether to delete the underlying alignment and all the parts along the pipe run.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Throw when the specified PressurePipeRun cannot be found in the collection. |