API-Dokumentation > Miscellaneous > Object ProPlotfile > Function ProPlotfileWrite
Function ProPlotfileWrite
DEPRECATED:
Since Wildfire 5.0
SUPERSEDED BY:
Description
Outputs a standard Creo Parametric plot output file. The model to be plotted must be displayed in a window. Note:This function has been superseded by ProPrintExecute().
Replacement in Object TOOLKIT:
Synopsis
#include <ProUtil.h>
ProPlotfileWrite
(
ProMdl model
/* (In)
A valid object in memory
*/
ProFileName filename
/* (In)
An output filename, including the extension
*/
ProPlotOptions* plot_options
/* (In)
Information for the plot file
*/
)
Returns
The function successfully created the plot file.
A general error occurred and the function failed.
The function does not have permission to operate on this model.
Sample Code References
User Guide References
War dies hilfreich?