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> | |||||||||||
ProError | ProPlotdriverInterfaceobjectsSet | ( | |||||||||
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 | |||||||||||
|