list_elements

Returns scene elements of a subgraph originating at a given scene element. The method iterates over all elements of a subgraph originating at the given scene element and returns their names. Optionally, the results can be filtered by a regular expression for the element names and a list for type names. Note that the runtime of the method depends on the number of elements in the subgraph. It might be expensive to call this method for large subgraphs.

References:

arguments

return value

String[]

An array containing the names of the elements.

groups