PressurePipeRunCollectionRemoveAt(Int32, Boolean, Boolean) Method |
Removes PressurePipeRun from the collection by the specified index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveAt(
int index,
bool removeParts,
bool removePath
)
Public Sub RemoveAt (
index As Integer,
removeParts As Boolean,
removePath As Boolean
)
public:
void RemoveAt(
int index,
bool removeParts,
bool removePath
)
Parameters
- index Int32
- Specifies index in the collection to remove.
- removeParts Boolean
- Specifies whether to delete all the parts along the pipe run.
- removePath Boolean
- Specifies whether to delete the underlying alignment.
ExceptionsException | Condition |
---|
ArgumentException |
Throw when the specified PressurePipeRun cannot be found in the collection.
|
See Also