hm_ce_close_mcf
Ends the process of reading a master connector file, triggered by hm_ce_read_mcf.
Syntax
hm_ce_close_mcf
Type
HyperMesh Tcl Query Command
Description
Ends the process of reading a master connector file, triggered by hm_ce_read_mcf.
Example
Open test.mcf to read all the data and close the file when finished:
hm_ce_read_mcf "C:/doc/test.mcf"
set get_all_data [hm_ce_mcf_getalldata]
hm_ce_close_mcf
Errors
None.