iterate_all_by_element_factory_name
Description:
[ Version ( since = "1.18" ) ]
public Iterator? iterate_all_by_element_factory_name (string factory_name)
public Iterator? iterate_all_by_element_factory_name (string factory_name)
Looks for all elements inside the bin with the given element factory name.
The function recurses inside child bins. The iterator will yield a series of Element.
Parameters:
this |
a Bin |
factory_name |
the name of the ElementFactory |
Returns:
a Iterator of Element for all elements in the bin with the given element factory name |