SurfaceOperationCollectionRemove Method

Removes an operation from the operation collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void Remove(
	SurfaceOperation operation
)

Parameters

operation  SurfaceOperation
The operation in the current collection that needs to be removed.
Exceptions
ExceptionCondition
ArgumentException Thrown when the operation is not included in the current collection.
See Also