Bexel Manager API
Bexel.Api.ProjectElements Class Reference

Represents a read-only collection of elements within the Bexel.Api.Project. More...

Inheritance diagram for Bexel.Api.ProjectElements:
Bexel.Api.ReadOnlyElementCollection Bexel.Api.IReadOnlyElementCollection

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< ElementGetElementsByID (string uniqueID)
 Retrieves the elements with the specified unique ID. More...
 
IEnumerable< ElementGetElementsByID (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...
 

Detailed Description

Represents a read-only collection of elements within the Bexel.Api.Project.