Share

ACPL_PREVIEWENDPLOT

C++

struct ACPL_PREVIEWENDPLOT {
  PreviewStatus nStatus;
};

File

AcPlPlotEngine.h

Members

Members Description
nStatus Indicates how the preview was terminated by the user, which is one of the following values: STATUS_PLOT, STATUS_CANCEL, STATUS_NORMAL.

Description

This structure contains information about the results of a plot preview operation.

Callers pass a pointer to an ACPL_PREVIEWENDPLOT structure to AcPlPlotEngine::endPlot() in order to obtain information about how the preview was terminated. Upon successful termination of endPlot(), this structure is updated to contain information about how the preview was terminated. The nStatus member of this struct will be set to one of the PreviewStatus values.

Was this information helpful?