Enables all the operations with the specific type in the collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void EnableOperations( Type operationClassType )
VB
Public Sub EnableOperations ( operationClassType As Type )
C++
public: void EnableOperations( Type^ operationClassType )
Parameters
- operationClassType Type
- The type of the specific surface operation class which should derive from SurfaceOperation.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the class specified by the operationClassType is not a valid SurfaceOperation class. |