Documentación de la API > Miscellaneous > Object ProPlotdriver > Function ProPlotdriverExecute
Function ProPlotdriverExecute
Description
Executes the driver on the current object using plotting functions.
Synopsis
#include <ProPlotdriver.h>
ProPlotdriverExecute
(
ProName interf_name
/* (In)
The name of the interface. Cannot be NULL.
*/
/* (In)
The application data. Can be NULL. This data is passed into plotting functions of this interface.
*/
)
Returns
Function successfully executed.
Name is NULL.
Interface with this name not found.
No current object found.
This interface does not work for this type of object.
The current object has a type not supported by ProPlotdriver interfaces.
Internal error.
Sample Code References
User Guide References
¿Fue esto útil?