API 文件集 > Data sharing > Object ProVariantref > Function ProVariantrefAlloc
Function ProVariantrefAlloc
Description
Allocates a handle used to describe a variant reference assigned to a variant feature (like inheritance features).
Synopsis
#include <ProVariantFeat.h>
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
The function succeeded.
One or more input arguments was invalid.
User Guide References
這是否有幫助?