SurfaceOperations Property |
Gets the operation list for the Surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SurfaceOperationCollection Operations { get; }
Public ReadOnly Property Operations As SurfaceOperationCollection
Get
public:
property SurfaceOperationCollection^ Operations {
SurfaceOperationCollection^ get ();
}
Property Value
SurfaceOperationCollection
ExceptionsException | Condition |
---|
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