API 설명서 > Family table > Object ProFaminstance > Function ProFaminstanceSelect
Function ProFaminstanceSelect
Description
Enables the user to select one or more instances in the specified family table.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFaminstance.h>
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.
*/
/* (Out)
The list of selected instances. The user must allocate a ProArray for this argument, and call ProArrayFree() when done with the data.
*/
)
Returns
The user selected instances.
A general error occurred and the function failed (for example, the specified model is not generic).
Sample Code References
User Guide References
도움이 되셨나요?