Object ProPlotdriver

Function ProPlotdriverPolylinefunctionSet


Description
Sets polyline plotting function.
Synopsis
#include <ProPlotdriver.h>
ProErrorProPlotdriverPolylinefunctionSet(
ProName interf_name
/* (In)
The name of the interface. Cannot be NULL.
*/
ProPlotdriverPolylinePlot function
/* (In)
Polyline plotting function. Cannot be NULL.
*/
)
Returns
PRO_TK_NO_ERRORfunction successfully set.
PRO_TK_BAD_INPUTSinput arguments are not correct.
PRO_TK_E_NOT_FOUNDinterface with this name not found.
PRO_TK_GENERAL_ERRORinternal error.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Interface: Customized Plot Driver: Using the Plot Driver Functionality
  3. Interface: Customized Plot Driver: Using the Plot Driver Functionality

Sample Code References:

  1. pt_userguide ( UgPlotUse.c )