SurfaceOperationCollectionRemove(Guid) Method |
Removes an operation specified by GUID from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void Remove(
Guid operationGuid
)
Public Sub Remove (
operationGuid As Guid
)
public:
void Remove(
Guid operationGuid
)
Parameters
- operationGuid Guid
- The GUID of the operation to be removed.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when an operation with the specified GUID does not exist in the collection.
|
See Also