API 설명서 > Miscellaneous > Object ProPlotdriver > Function ProPlotdriverInterfaceobjectsSet
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>
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
object types successfully set.
input arguments are not correct.
interface with this name not found.
Sample Code References
User Guide References
도움이 되셨나요?