This .NET class wraps the PlotCancelStatus ObjectARX class.
PlotCancelStatus enumeration defines the plot cancel states in a multi-sheet scenario.
Public Enum PlotCancelStatus Continue CanceledByCaller CanceledByCancelAllButton End Enum
public enum PlotCancelStatus { Continue, CanceledByCaller, CanceledByCancelAllButton }
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. |
Comments? |