HyperWorks Tools

::hwat::core::GetElementsAttachedToNode

::hwat::core::GetElementsAttachedToNode

Previous topic Next topic No expanding text in this topic  

::hwat::core::GetElementsAttachedToNode

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

NAME

::hwat::core::GetElementsAttachedToNode - Returns all the elements attached to the node.

 

SYNTAX

::hwat::core::GetElementsAttachedToNode nodeId {config}

 

ARGUMENTS

nodeId

The ID of the node.

config

Optional argument is a list of config types.  The function then only returns elements of these config types.

 

RETURNS

A list of all desired elements attached to the node or 0 if there are no elements attached to the node.  If the "n_config" argument is not {}, the returned list is of the form returned by the ::hwat::core::GetElementsByConfig.

 

EXAMPLE

::hwat::core::GetElementsAttachedToNode 1001 [list 103 104]

 

 

See also

Core Functions