Description
This .NET class wraps the PlotCancelStatus ObjectARX class.
PlotCancelStatus enumeration defines the plot cancel states in a multi-sheet scenario.
Visual Basic
Public Enum PlotCancelStatus Continue CanceledByCaller CanceledByCancelAllButton End Enum
C#
public enum PlotCancelStatus { Continue, CanceledByCaller, CanceledByCancelAllButton }
Members
Members | Description |
---|---|
Continue | The current plot job process is set to continue its plotting operation. |
CanceledByCaller | The plot job process was canceled by the plot pipeline/engine. |
CanceledByCancelAllButton | The user canceled the entire plotting process using the UI option. That is, all the sheets pending to be plotted in the current plot job process will be canceled. |