API 文件集 > Data sharing > Object ProVariantref > Function ProVariantrefFeatidsSet
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>
ProVariantrefFeatidsSet
(
ProVariantref variant_ref
/* (In)
The variant reference handle.
*/
int* feat_ids
/* (In)
ProArray of feature ids (in the base model).
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
這是否有幫助?