Description | ||||||||
Allocates a handle used to describe a variant reference assigned to a variant feature (like inheritance features). | ||||||||
Synopsis | ||||||||
#include <ProVariantFeat.h> | ||||||||
ProError | ProVariantrefAlloc | ( | ||||||
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 | ||||||||
|