SurfaceOperationCollectionRemove Method |
Removes an operation from the operation collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Remove(
SurfaceOperation operation
)
Public Sub Remove (
operation As SurfaceOperation
)
public:
void Remove(
SurfaceOperation^ operation
)
Parameters
- operation SurfaceOperation
- The operation in the current collection that needs to be removed.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the operation is not included in the current collection.
|
See Also