Description | |||||||||||||||||||||||
Exports a file containing information from the parameter table in Creo Parametric in the CSV or TXT format. | |||||||||||||||||||||||
Replacement in Object TOOLKIT: | wfcWParameterOwner::ExportParameterTable | ||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||
#include <ProParameter.h> | |||||||||||||||||||||||
ProError | ProParameterTableExport | ( | |||||||||||||||||||||
ProModelitem* owner | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
The owner of the parameters to be exported. May be NULL if the parameter should be selected by context. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProMdl top_model | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
The top level model from which parameters will be exported. | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
int context | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
A bitmask containing the context of parameters to list in the export. (Members of ProParameterSelectContext). Used only if "owner" is NULL. The following options are supported:
|
|||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProParamTableExportType file_type | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
The type of export file to create. CSV format will export only local parameters Use TXT format to export full list of parameters | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProPath file_path | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
Full path to the file to export (including name and extension). | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
ProParamColumn column_list | |||||||||||||||||||||||
/* (In) | |||||||||||||||||||||||
Bitmask containing one or more columns to include in the exported file. This applies only when the file is being exported in the CSV format, and not when the file is being exported in the TXT format (where the columns exported will match the columns and options set by the user in the active session, in accordance with the behavior of File->Export in the Parameter dialog box). | |||||||||||||||||||||||
*/ | |||||||||||||||||||||||
) | |||||||||||||||||||||||
Returns | |||||||||||||||||||||||
|