Areas API
See also: Automating LEAP with the API, Manage Areas
The LEAPArea class represents a single LEAP area (a data set), whereas LEAPAreas is the collection of all areas on your PC . The Areas collection is also a property of the LEAPApplication class. You can get access to an Area in two different ways:
-
LEAP.Areas(AreaName or Index), specifying either the name of the area or a number from 1 to LEAP.Areas.Count, e.g., LEAP.Areas("Freedonia") or LEAP.Areas(1)
-
LEAP.ActiveArea
Please use the Script Editor for documentation of the properties and methods of the Areas API. The right-hand pane of the Script editor fully enumerates all collections and objects in the LEAP API.