Description
This enumeration wraps the AcPlPlotProgressDialog::PlotMSGIndex ObjectARX enum. It defines the UI aspects of the plot progress dialog.
C#
public enum PlotMessageIndex { DialogTitle, SheetName, SheetNameToolTip, Status, SheetProgressCaption, SheetSetProgressCaption, MessageCanceling, MessageCancelingCurrent, CancelSheetButtonMessage, CancelJobButtonMessage, MessageCount }
Visual Basic
Public Enum PlotMessageIndex DialogTitle SheetName SheetNameToolTip Status SheetProgressCaption SheetSetProgressCaption MessageCanceling MessageCancelingCurrent CancelSheetButtonMessage CancelJobButtonMessage MessageCount End Enum
Members
| Members | Description |
|---|---|
| DialogTitle | Title of the plot progress dialog. |
| SheetName | Name of the sheet being plotted. |
| SheetNameToolTip | The tooltip that should appear on mouse over for the sheet name string display. |
| Status | Plot status of the sheet being plotted. |
| SheetProgressCaption | Caption of the sheet progress bar. |
| SheetSetProgressCaption | Caption of the sheet set progress bar. |
| MessageCanceling | Plot job cancel message. |
| MessageCancelingCurrent | Sheet plot cancel message. |
| CancelSheetButtonMessage | Sheet cancel button message string. |
| CancelJobButtonMessage | Plot job cancel button message string. |
| MessageCount | Total count of the enum entries. |