Represents a read-only collection of Bexel.Api.ElementSystems.
More...
Represents a read-only collection of Bexel.Api.ElementSystems.
◆ GetSystemByID() [1/2]
Retrieves the element system with the specified ID.
- Parameters
-
id | ID of the element system. |
- Returns
- An element system with the specified ID, null if no such element system exists within the collection.
◆ GetSystemByID() [2/2]
ElementSystem Bexel.Api.IReadOnlyElementSystemCollection.GetSystemByID |
( |
int |
internalID | ) |
|
Retrieves the element system with the specified internal ID.
- Parameters
-
internalID | Internal ID of the element system. |
- Returns
- An element system with the specified internal ID, null if no such element system exists within the collection.
◆ GetSystemByName()
ElementSystem Bexel.Api.IReadOnlyElementSystemCollection.GetSystemByName |
( |
string |
name | ) |
|
Retrieves the element system with the specified name.
- Parameters
-
name | Name of the element system. |
- Returns
- An element system with the specified name, null if no such element system exists within the collection.
◆ GetSystemsByName()
Retrieves the element systems with the specified name.
- Parameters
-
name | Name of the element system. |
- Returns
- All element systems with the specified name, empty collection if no such element systems exist within the collection.