Object ProPlotdriver

Function ProPlotdriverInterfaceobjectsSet


Description
Sets object types with which the interface can work. The interface interf_name can work only with objects of specified types.
Synopsis
#include <ProPlotdriver.h>
ProErrorProPlotdriverInterfaceobjectsSet(
ProName interf_name
/* (In)
The name of the interface. Cannot be NULL.
*/
ProName* object_types
/* (In)
ProArray of names representing object types (examples: "PRT", "ASM", "DRW"). Cannot be NULL.
*/
)
Returns
PRO_TK_NO_ERRORobject types successfully set.
PRO_TK_BAD_INPUTSinput arguments are not correct.
PRO_TK_E_NOT_FOUNDinterface with this name not found.

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 )