API 文档 > Data sharing > Object ProVariantref > Function ProVariantrefFeatidsGet
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>
ProVariantrefFeatidsGet
(
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
The function succeeded.
One or more input arguments was invalid.
User Guide References
这对您有帮助吗?