Category Data sharing, Object ProVariantref

Function ProVariantrefFeatidsSet


Description
Obtains an array of the feature ids (taken from the base model) which will be assigned the reference replacement. Note: It is not required that the features listed actually use the replacement reference. If they do, this rule will be applied.
Synopsis
#include <ProVariantFeat.h>
ProErrorProVariantrefFeatidsSet(
ProVariantref variant_ref
/* (In)
The variant reference handle.
*/
int* feat_ids
/* (In)
ProArray of feature ids (in the base model).
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Assembly: Data Sharing Features: Variant References
  2. Assembly: Data Sharing Features: Variant References