Houdini 20.5 Nodes APEX nodes

graphutils::NodeTags

Returns the tags on a node.

On this page
Since 20.5

Returns the tags on nodeid. If nodeid is invalid, an empty string array is returned.

Inputs

graph: ApexGraphHandle

The graph that contains the node to query.

nodeid: ApexNodeID

The node to query for the tags.

Outputs

tags: StringArray

An array of tags on nodeid.

See also

APEX nodes