hwIXMLFile GetVarnameList

Finds the variable name list of the nodes or folders below the input node.

Syntax

hwIXMLFile_handle GetVarnameList ident

Application

HyperWorks Tcl Query

Description

This command finds a list of variable names 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 outputthe node and folder variable names.

Inputs

ident
The variable name (Templex statement) of the node that you want to find the variable name list for.

Example

hwi GetSessionHandle sess;
sess GetXMLFileHandle XML “c:/Documents and Settings/user/My Documents/hwsettings.xml”;
XML GetVarnameList section.section.2.entry.2.name;

Error

Returns success (the value of the node) or an error code.

Keywords

HyperWorks

Tcl

XML

Query