Documentação da API > Data sharing > Object ProVariantfeat > Function ProVariantfeatItemCopyGet
Function ProVariantfeatItemCopyGet
Description
Obtains the copy flag for a given item in the inheritance feature or flexible component.
Synopsis
#include <ProVariantFeat.h>
ProVariantfeatItemCopyGet
(
ProFeature* feature
/* (In)
The variant feature
*/
/* (In)
The item.
*/
/* (Out)
Whether or not to copy the item into the variant feature. If set, this overrides the "copy all" setting for the feature.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The item is not varied in the feature.
The copy flag is not set (so the behavior is governed by the feature's "copy all" flag).
User Guide References
Isto foi útil?