Description | ||||||||||||||
Retrieves the annotation item owned by the data sharing feature that is actually the copy of the indicated annotation item in the parent model. Currently, this function supports Inheritance, Merge and Cutout features only. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProVariantFeat.h> | ||||||||||||||
ProError | ProDatasharingfeatCopiedAnnotFind | ( | ||||||||||||
ProFeature* p_datasharing_feature | ||||||||||||||
/* (In) | ||||||||||||||
the data sharing feature. | ||||||||||||||
*/ | ||||||||||||||
ProAsmcomppath* p_orig_path | ||||||||||||||
/* (In) | ||||||||||||||
The component path from the top level assembly to the subcomponent owning the annotation. Pass NULL if the annotation is owned by the top level model in the datasharing feature. | ||||||||||||||
*/ | ||||||||||||||
ProAnnotation* p_orig_item | ||||||||||||||
/* (In) | ||||||||||||||
The Annotation item in the original model. | ||||||||||||||
*/ | ||||||||||||||
ProAnnotation* p_copied_item | ||||||||||||||
/* (Out) | ||||||||||||||
The annotation item owned by the data sharing feature that is a copy of the original item. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|