Category Assembly, Object ProExt

Function ProExtRefInfoExport


Description
Prints out dependency report in different formats.
Synopsis
#include <ProRefInfo.h>
ProErrorProExtRefInfoExport(
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
PRO_TK_NO_ERRORThe function successfully performed the operation.
PRO_TK_CANT_OPENCan not open report file.
PRO_TK_E_NOT_FOUNDUnrecognized report type.

Manual References:

  1. Assembly: Top-down Design: External Reference Data Gathering
  2. Assembly: Top-down Design: External Reference Data Gathering