Disables all the operations with the specific type in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void DisableOperations(
Type operationClassType
) |
Visual Basic |
---|
Public Sub DisableOperations ( _
operationClassType As Type _
) |
Visual C++ |
---|
public:
void DisableOperations(
Type^ operationClassType
) |
Parameters
- operationClassType
- Type: System..::..Type
The type of the specific surface operation class which should derive from SurfaceOperation.
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the class specified by the operationClassType is not a valid SurfaceOperation class.
|
See Also