::hwat::core::GetElementsAttachedToNode - Returns all the elements attached to the node.
::hwat::core::GetElementsAttachedToNode nodeId {config}
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. |
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.
::hwat::core::GetElementsAttachedToNode 1001 [list 103 104]