Description | |||||||||||
Retrieves information about a copied feature. | |||||||||||
Synopsis | |||||||||||
#include <ProFeature.h> | |||||||||||
ProError | ProFeatureCopyinfoGet | ( | |||||||||
ProFeature* feature | |||||||||||
/* (In) | |||||||||||
The feature. | |||||||||||
*/ | |||||||||||
ProFeatureCopyType* copy_type | |||||||||||
/* (Out) | |||||||||||
The type of copy operation that created the feature. Pass NULL if you are not interested in this information. | |||||||||||
*/ | |||||||||||
ProFeatureCopyDependency* dependency | |||||||||||
/* (Out) | |||||||||||
Whether the copy is dependent or independent of the parent feature. NOTE: If a feature does not have any sections or dimensions, it will always be an independent copy regardless of the selection made when creating the copy. Pass NULL if you are not interested in this information. | |||||||||||
*/ | |||||||||||
ProFeature* source_feature | |||||||||||
/* (Out) | |||||||||||
The feature that this feature was copied from. source_feature is not available for independent copy. Pass NULL if you are not interested in this information. | |||||||||||
*/ | |||||||||||
ProFeature** also_copied | |||||||||||
/* (Out) | |||||||||||
ProArray of features that were copied with this feature. If there were no accompanying features, this will be NULL. If there are accompanying features, free this array using ProArrayFree. Pass NULL if you are not interested in this information. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|