Gets the operation list for the Surface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public SurfaceOperationCollection Operations { get; }
VB
Public ReadOnly Property Operations As SurfaceOperationCollection Get
C++
public: property SurfaceOperationCollection^ Operations { SurfaceOperationCollection^ get (); }