hwIXMLFile GetLabelList
Finds a list of labels for the nodes or folders below the input node or folder.
Syntax
hwIXMLFile_handle GetLabelList ident
Application
HyperWorks Tcl Query
Description
This command finds the label of the nodes or folders below the input node or folder. You must input the node or folder variable name (Templex statement) and the command outputs the node or folder labels. The node label is either a name or value and folder label is either a section or entry.
Inputs
- ident
- The variable name (Templex statement) of the node that you want to find the label list for the nodes below it in the XML node and folder tree.
Example
hwi GetSessionHandle sess;
sess GetXMLFileHandle XML “c:/Documents and Settings/user/My Documents/hwsettings.xml”;
XML GetLabelList section.section;
Error
Returns success (the list of labels) or an error code.
Keywords
HyperWorks
Tcl
XML
Query