Category 3D drawings and annotations, Object ProDtlsyminstdata

Function ProDtlsyminstdataGroupoptionsSet


Description
Sets the option for displaying groups in the symbol instance.
Replacement in Object TOOLKIT: pfcDetailSymbolInstInstructions::SetGroups
Synopsis
#include <ProDtlsyminst.h>
ProErrorProDtlsyminstdataGroupoptionsSet(
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
PRO_TK_NO_ERRORThe function successfully set the information.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Drawings: Symbol Instance Data
  2. Drawings: Symbol Instance Data