*CE_ExportMainConnectorsFile
Export the connector information to a main connectors file.
Syntax
*CE_ExportMainConnectorsFile mark_id filename header_string with_md
Type
HyperMesh Tcl Modify Command
Description
This command exports selected connectors information into a main connectors file.
Inputs
- mark_id
 - The ID of the mark containing the connectors to export. Valid values are 1 and 2.
 - filename
 - The full path and filename of the output file.
 - header_string
 - Optional string information to include in the header. It must start with a # or $ sign.
 - with_md
 - Indicates whether to write metadata information. Valid values are: 
- 0 - Metadata is not written
 - 1 - Metadata is written
 
 
Examples
*createmark connectors 1 "displayed"
*CE_ExportMainConnectorsFile 1 "C:/ce_info.txt" "#mcf file" 1Errors
if { [ catch {command_name...} ] } {
   # Handle error
}