Documentazione API > Drawings and detail > Object ProDtlsyminstdata > Function ProDtlsyminstdataGroupoptionsSet
Function ProDtlsyminstdataGroupoptionsSet
Description
Sets the option for displaying groups in the symbol instance.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlsyminst.h>
ProDtlsyminstdataGroupoptionsSet
(
/* (In)
The symbol instance data.
*/
/* (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
The function successfully set the information.
One or more input arguments was invalid.
User Guide References
È stato utile?