This class encapsulates the operations' list on the surface in order.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceOperationCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SurfaceOperationCollection
VB
Public NotInheritable Class SurfaceOperationCollection
C++
public ref class SurfaceOperationCollection sealed
The SurfaceOperationCollection type exposes the following members.
Properties
Methods
| Name | Description | |
|---|---|---|
| DisableOperations | Disables all the operations with the specific type in the collection. | |
| EnableOperations | Enables all the operations with the specific type in the collection. | |
| GetOperationStatus | Gets the current status of the surface operation with specific type. | |
| Remove | Removes an operation from the operation collection. | |
| RemoveAt | Removes the operation at the specified position in the operation collection | |
| Swap | Swaps the order for two operations in the current collection. | |
| SwapAt | Swaps the order for two operations at the specified position in the list. |
