Description | ||||||||||||||
Obtains the copy flag for a given item in the inheritance feature or flexible component. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProVariantFeat.h> | ||||||||||||||
ProError | ProVariantfeatItemCopyGet | ( | ||||||||||||
ProFeature* feature | ||||||||||||||
/* (In) | ||||||||||||||
The variant feature | ||||||||||||||
*/ | ||||||||||||||
ProModelitem* item | ||||||||||||||
/* (In) | ||||||||||||||
The item. | ||||||||||||||
*/ | ||||||||||||||
ProBoolean* copy | ||||||||||||||
/* (Out) | ||||||||||||||
Whether or not to copy the item into the variant feature. If set, this overrides the "copy all" setting for the feature. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|