|
Bexel Manager API
|
Represents a single building within a Bexel.Api.Project. More...
Properties | |
| Project | Project [get] |
| Returns the project in which the building resides. More... | |
| BuildingID | ID [get] |
| Returns a unique identifier for the building within a single project. More... | |
| string | Name [get] |
| Returns the name of the building. More... | |
| BuildingStoreys | Storeys [get] |
| Returns a collection of all storeys that are contained within the building. More... | |
| BuildingElements | Elements [get] |
| Returns a collection of all elements that are contained within the building. More... | |
| BuildingProperties | Properties [get] |
| Returns a collection of all properties that are contained within the building. More... | |
Properties inherited from Bexel.Api.ApiObject | |
| abstract bool | IsValid [get] |
| Indicates if the API object is valid or not. More... | |
Represents a single building within a Bexel.Api.Project.
A building may contain Bexel.Api.Elements from multiple Bexel.Api.ElementSources.
|
get |
Returns a collection of all elements that are contained within the building.
|
get |
Returns a unique identifier for the building within a single project.
|
get |
Returns the name of the building.
|
get |
Returns the project in which the building resides.
|
get |
Returns a collection of all properties that are contained within the building.
|
get |
Returns a collection of all storeys that are contained within the building.