Object ProPlotdriver

Function ProPlotdriverInterfaceCreate


Description
Finds an interface with name, or creates a new interface if it does not exist yet.
Synopsis
#include <ProPlotdriver.h>
ProErrorProPlotdriverInterfaceCreate(
ProName interf_name
/* (In)
The name of the new interface. Cannot be NULL. The name must begin with a letter.
*/
)
Returns
PRO_TK_NO_ERRORinterface successfully created.
PRO_TK_BAD_INPUTSname is NULL.
PRO_TK_NOT_VALIDname is not valid (does not start with a letter)
PRO_TK_OUT_OF_MEMORYno more available slots to create a new interface.

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 )