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