
Replacement in Object TOOLKIT: |

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: PRO_PARAMSELECT_ALLOW_SUBITEM_SELECTION alone, all parameters of all subitems of top_model will be exported. PRO_PARAMSELECT_ALLOW_SUBITEM_SELECTION and other contexts, only the indicated contexts' parameters will be exported. PRO_PARAMSELECT_MODEL, PRO_PARAMSELECT_PART or PRO_PARAMSELECT_ASM: all model level parameters in top model will be exported. No other combination is permitted. */ 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). */ ) |

The function succeeded. | |
The owner is invalid or not found and/or | |
Design Test Mode is active | the function is not available in this mode |
The owner does not contain parameters. | |
Creo Parametric could not write to the file path specified. | |
Invalid context for top_model argument. | |
One or more arguments was invalid. |

