Category Data sharing, Object ProVariantref

Function ProVariantrefFeatidsGet


Description
Obtains an array of the feature ids (taken from the base model) which will be assigned the reference replacement.
Synopsis
#include <ProVariantFeat.h>
ProErrorProVariantrefFeatidsGet(
ProVariantref variant_ref
/* (In)
The variant reference handle.
*/
int** feat_ids
/* (Out)
ProArray of feature ids (in the base model). Free this using ProArrayFree().
*/
)
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