Removes an operation from the operation collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void Remove( SurfaceOperation operation )
VB
Public Sub Remove ( operation As SurfaceOperation )
C++
public: void Remove( SurfaceOperation^ operation )
Parameters
- operation SurfaceOperation
- The operation in the current collection that needs to be removed.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the operation is not included in the current collection. |