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