Skip to main content

area

finds areas within the realm, and allows them to be filtered based on their attributes.

area finds areas in the realm, and allows them to be filtered based on their attributes.

ContextType
Inputany (ignored)
Outputset of areas

Examples

Finds all areas in the realm:

area()

Finds all areas in the realm that have a label attribute with a value of "west side":

area(label = "west side")

Notes

Usually a call to area will be the first call in a function chain as it ignores any previous context.