Description | ||||||||
Sets the option for displaying groups in the symbol instance. | ||||||||
Replacement in Object TOOLKIT: | pfcDetailSymbolInstInstructions::SetGroups | |||||||
Synopsis | ||||||||
#include <ProDtlsyminst.h> | ||||||||
ProError | ProDtlsyminstdataGroupoptionsSet | ( | ||||||
ProDtlsyminstdata data | ||||||||
/* (In) | ||||||||
The symbol instance data. | ||||||||
*/ | ||||||||
ProDtlsyminstGroupOption option | ||||||||
/* (In) | ||||||||
The rule to use for group placement. The default (for new placements, when this function is not used) is PRO_DTLSYMINST_GROUP_INTERACTIVE, except in non-graphics mode, the default is PRO_DTLSYMINST_GROUP_ALL. | ||||||||
*/ | ||||||||
ProDtlsymgroup* group_array | ||||||||
/* (In) | ||||||||
ProArray of variant groups to include in the instance, if option == PRO_DTLSYMINST_GROUP_CUSTOM. Otherwise, can be NULL. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|