hm_exportidmgr
Exports the ID manager rules to a CSV or XML file.
Syntax
hm_exportidmgr filename format
Type
HyperMesh Tcl Query Command
Description
Exports the ID manager rules to a CSV or XML file.
Inputs
- filename
- The full name and path of the file to export.
- format
- 0 - CSV
Example
To output the rules to C:/temp/rules.csv:
hm_exportidmgr C:/temp/rules.csv 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0.120