Remove Method

Removes an operation from the operation collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public void Remove(
	SurfaceOperation operation
)

Visual Basic

Public Sub Remove ( _
	operation As SurfaceOperation _
)

Visual C++

public:
void Remove(
	SurfaceOperation^ operation
)

Parameters

operation
Type: Autodesk.Civil.DatabaseServices.SurfaceOperation
The operation in the current collection that needs to be removed.

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the operation is not included in the current collection.

See Also