SurfaceOperationCollection Class

This class encapsulates the operations' list on the surface in order.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceOperationCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SurfaceOperationCollection

The SurfaceOperationCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the count of operations in the collection.
Public propertyItem 
Top
Methods
 NameDescription
Public methodDisableOperations Disables all the operations with the specific type in the collection.
Public methodEnableOperations Enables all the operations with the specific type in the collection.
Public methodGetOperationStatus Gets the current status of the surface operation with specific type.
Public methodRemove Removes an operation from the operation collection.
Public methodRemoveAt Removes the operation at the specified position in the operation collection
Public methodSwap Swaps the order for two operations in the current collection.
Public methodSwapAt Swaps the order for two operations at the specified position in the list.
Top
See Also