Category External objects, Object ProExtobj

Function ProExtobjRefselectionSet


Description
Sets the external object references for selection.
Synopsis
#include <ProExtobjRef.h>
ProErrorProExtobjRefselectionSet(
ProWExtobjRef ext_obj_ref
/* (In)
The external object reference
*/
ProSelection reference
/* (In)
The references
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the references.
PRO_TK_BAD_INPUTSThe external object reference was not found.
PRO_TK_GENERAL_ERRORThe references were not found, or the function could not set the references.

Manual References:

  1. Event-driven Programming: External Objects: Creating External Object References
  2. Event-driven Programming: External Objects: Creating External Object References

Sample Code References:

  1. pt_examples ( TestExtobj.c )
  2. pt_examples ( TestExtobj.c )