API Documentation > Data sharing > Object ProVariantfeat > Function ProVariantfeatVariantrefsSet
Function ProVariantfeatVariantrefsSet
Description
Assigns the variant reference assignments stored by this variant feature (inheritance feature).
Synopsis
#include <ProVariantFeat.h>
ProVariantfeatVariantrefsSet
(
ProFeature* variant_feat
/* (In)
The variant feature handle.
*/
ProVariantref* variant_refs
/* (In)
ProArray of the variant reference assignments for the feature.
*/
)
Returns
The function succeeded.
Model is in read-only state.
One or more input arguments was invalid.
User Guide References
Was this helpful?