get_by_name
Description:
public Element?
get_by_name (
string name)
Gets the element with the given name from a bin.
This function recurses into child bins.
Parameters:
this |
a Bin
|
name |
the element name to search for
|
Returns:
the Element with the given name
|