Gets the operation list for the Surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public SurfaceOperationCollection Operations { get; }
Visual Basic
Public ReadOnly Property Operations As SurfaceOperationCollection
	Get
Visual C++
public:
property SurfaceOperationCollection^ Operations {
	SurfaceOperationCollection^ get ();
}

Remarks

Operations in the SurfaceOperationCollection are in the order they are added to the Surface.

See Also