API-Dokumentation > Features > Object ProFeature > Function ProFeatureReferenceEditRefsGet
Function ProFeatureReferenceEditRefsGet
Description
Return array of the original references of feature to perform edit reference operation.
Synopsis
#include <ProFeature.h>
ProFeatureReferenceEditRefsGet
(
ProSolid solid
/* (In)
The part or assembly to which the features belong.
*/
ProFeature* p_feat_handle
/* (In)
The feature handle.
*/
int flags
/* (In)
The flags to indicate what type of references to collect.
*/
ProReference** r_orig_ref_arr
/* (Out)
ProArray containing Original References. Use the function ProReferencearrayFree() to free the memory.
*/
)
Returns
The function successfully returned array of the references.
One or more of the input arguments are invalid.
User Guide References
War dies hilfreich?