SurfaceOperationCollectionRemove(Guid) Method

Removes an operation specified by GUID from the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public void Remove(
	Guid operationGuid
)

Parameters

operationGuid  Guid
The GUID of the operation to be removed.
Exceptions
ExceptionCondition
ArgumentException Thrown when an operation with the specified GUID does not exist in the collection.
See Also