Category Family table, Object ProFaminstance

Function ProFaminstanceSelect


Description
Enables the user to select one or more instances in the specified family table.
Replacement in Object TOOLKIT: wfcWFamilyMember::SelectRows
Synopsis
#include <ProFaminstance.h>
ProErrorProFaminstanceSelect(
ProFamtable* p_famtab
/* (In)
The handle to the family table.
*/
int multiselect
/* (In)
If you set this to TRUE, you can select more than one instance.
*/
int* num_sels
/* (Out)
The number of instances selected.
*/
ProFaminstanceList* instances
/* (Out)
The list of selected instances. The user must allocate a ProArray for this argument, and call ProArrayFree() when done with the data.
*/
)
Returns
PRO_TK_NO_ERRORThe user selected instances.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed (for example, the specified model is not generic).

Manual References:

  1. Core: Family Tables: Operations on Family Table Instances

Sample Code References:

  1. pt_examples ( TestFamTab.c )
  2. pt_examples ( TestFamTab.c )
  3. pt_examples ( TestFamTab.c )