Category Data sharing, Object ProVariantref

Function ProVariantrefAlloc


Description
Allocates a handle used to describe a variant reference assigned to a variant feature (like inheritance features).
Synopsis
#include <ProVariantFeat.h>
ProErrorProVariantrefAlloc(
ProReference original_ref
/* (In)
The initial reference handle.
*/
ProReference replacement_ref
/* (In)
The replacement reference handle.
*/
int* feat_ids
/* (In)
ProArray of feature ids (from the base model) which will be assigned this reference replacment action.
*/
ProVariantref* variant_ref
/* (Out)
The variant reference handle.
*/
)
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