RemoveAt Method (Int32, Boolean)

Removes PressurePipeRun from the collection by the specified index.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.208.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

ExceptionCondition
System.ArgumentException Throw when the specified PressurePipeRun cannot be found in the collection.

See Also