FloorSite

class FloorSite

A site containing one or more facilities for a floor-aware map or scene. A site is the largest space designation in the ArcGIS Indoors Information Model[https://pro.arcgis.com/en/pro-app/latest/help/data/indoors/arcgis-indoors-information-model.htm] and is used to represent an area such as a campus, a barrack, or an industrial site. A site can contain multiple facilities. You can get the collection of sites from the FloorManager associated with a floor-aware map or scene.

See also

FloorManager.getSites

()

Properties

Link copied to clipboard
val facilities: List<FloorFacility>

The collection of facilities contained within the site, sorted by name.

Link copied to clipboard
val geometry: Geometry?
Link copied to clipboard
val name: String

The site name.

Link copied to clipboard
val siteId: String

The site ID.