|
Bexel Manager API
|
Represents a read-only collection of elements within the Bexel.Api.Building. More...
Additional Inherited Members | |
Public Member Functions inherited from Bexel.Api.ReadOnlyElementCollection | |
| Element | GetElementByID (ElementID id) |
| Retrieves the element with the specified ID. More... | |
| Element | GetElementByID (int internalID) |
| Retrieves the element with the specified internal ID. More... | |
| Element | GetElementByID (string uniqueID) |
| Retrieves the element with the specified unique ID. More... | |
| Element | GetElementByID (Guid uniqueID) |
| Retrieves the element with the specified unique ID. More... | |
| IEnumerable< Element > | GetElementsByID (string uniqueID) |
| Retrieves the elements with the specified unique ID. More... | |
| IEnumerable< Element > | GetElementsByID (Guid uniqueID) |
| Retrieves the elements with the specified unique ID. More... | |
| bool | ContainsKey (ElementID id) |
| Determines whether the collection contains the element with the specified ID. More... | |
| bool | ContainsKey (int internalID) |
| Determines whether the collection contains the element with the specified internal ID. More... | |
Properties inherited from Bexel.Api.IReadOnlyElementCollection | |
| Element | this[ElementID id] [get] |
| Retrieves the element with the specified ID. More... | |
| Element | this[int internalID] [get] |
| Retrieves the element with the specified internal ID. More... | |
Represents a read-only collection of elements within the Bexel.Api.Building.