BuildingInformationModel.find_element_with_name

BuildingInformationModel.find_element_with_name(name)

Returns True if the model contains an element with the given name.

Parameters:
name

The name to check.

Returns:
Element or None

The element with the name, if found.