hwIXMLFile GetData
Finds the value of a node.
Syntax
hwIXMLFile_handle GetData ident
Application
HyperWorks Tcl Query
Description
This command finds the value of a node (name or value). If something other than a node is input, such as a folder, the command returns nothing.
Inputs
- ident
- The variable name (Templex statement) of the node that you want to find value of.
Example
hwi GetSessionHandle sess;
sess GetXMLFileHandle XML “c:/Documents and Settings/user/My Documents/hwsettings.xml”;
XML GetData section.section;
Error
Returns success (the value [or nothing]) or an error code.
Keywords
HyperWorks
Tcl
XML
Query