Removes an operation from the operation collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Thrown when the operation is not included in the current collection. |