hm_ce_xmlstringget

Returns connector information in XML format.

Syntax

hm_ce_xmlstringget id

Type

HyperMesh Tcl Query Command

Description

Returns connector information in XML format.

Inputs

id
The ID of the connector to query.

Example

To get the XML formatted information for connector 100:

hm_ce_xmlstringget 100

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

11.0.101