SurfaceOperations Property

Gets the operation list for the Surface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public SurfaceOperationCollection Operations { get; }

Property Value

SurfaceOperationCollection
Exceptions
ExceptionCondition
InvalidOperationException Thrown when it's a referenced surface.
Remarks
Operations in the SurfaceOperationCollection are in the order they are added to the Surface.
See Also