Share

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.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

 NameDescription
Public propertyCount Gets the count of operations in the collection.
Public propertyItem 

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.

See Also

Reference

Was this information helpful?