Description | |||||||||||
Prints out dependency report in different formats. | |||||||||||
Synopsis | |||||||||||
#include <ProRefInfo.h> | |||||||||||
ProError | ProExtRefInfoExport | ( | |||||||||
ProExtRefInfo* info_arr | |||||||||||
/* (In) | |||||||||||
Collected references from ProSolidExternParentsGet / ProFeatureExternParentsGet called with PRO_DEPENDENCY_REFS flag (not PRO_ALL_EXT_REF_TYPES/PRO_ALL_REF_TYPES). Array, must be freed by caller. References that are not dependencies will be ignored. | |||||||||||
*/ | |||||||||||
ProPath w_fname | |||||||||||
/* (In) | |||||||||||
File name to print report to. | |||||||||||
*/ | |||||||||||
ProDepReportType n_rep_type | |||||||||||
/* (In) | |||||||||||
Type of report format. Currently only csv and basic XML are supported. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|