SurfaceOperationCollectionDisableOperations Method |
Disables all the operations with the specific type in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void DisableOperations(
Type operationClassType
)
Public Sub DisableOperations (
operationClassType As Type
)
public:
void DisableOperations(
Type^ operationClassType
)
Parameters
- operationClassType Type
- The type of the specific surface operation class which should derive from SurfaceOperation.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the class specified by the operationClassType is not a valid SurfaceOperation class.
|
Remarks
If there are any status changes for those operations, the surface will be out-of-date, user needs to rebuild the surface manually.
See Also