Documentación de la API > Assembly > Object ProExt > Function ProExtRefInfoExport
Function ProExtRefInfoExport
Description
Prints out dependency report in different formats.
Synopsis
#include <ProRefInfo.h>
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
The function successfully performed the operation.
Can not open report file.
Unrecognized report type.
User Guide References
¿Fue esto útil?