Represents a read-only collection of Bexel.Api.SelectionSets.SelectionSetFolders.
More...
◆ ContainsKey() [1/2]
bool Bexel.Api.SelectionSets.IReadOnlySelectionSetFolderCollection.ContainsKey |
( |
SelectionSetFolderID |
id | ) |
|
◆ ContainsKey() [2/2]
bool Bexel.Api.SelectionSets.IReadOnlySelectionSetFolderCollection.ContainsKey |
( |
int |
internalID | ) |
|
Determines whether the collection contains the selection set folder with the specified internal ID.
- Parameters
-
internalID | Internal ID of the selection set folder. |
- Returns
- True if selection set folder with the specified internal ID exists, False otherwise.
Implemented in Bexel.Api.SelectionSets.ReadOnlySelectionSetFolderCollection.
◆ GetSelectionSetFolderByID() [1/2]
◆ GetSelectionSetFolderByID() [2/2]
SelectionSetFolder Bexel.Api.SelectionSets.IReadOnlySelectionSetFolderCollection.GetSelectionSetFolderByID |
( |
int |
internalID | ) |
|
Retrieves the selection set folder with the specified internal ID.
- Parameters
-
internalID | Internal ID of the selection set folder. |
- Returns
- A selection set folder with the specified internal ID, null if no such selection set folder exists within the collection.
Implemented in Bexel.Api.SelectionSets.ReadOnlySelectionSetFolderCollection.
◆ GetSelectionSetFolderByName()
SelectionSetFolder Bexel.Api.SelectionSets.IReadOnlySelectionSetFolderCollection.GetSelectionSetFolderByName |
( |
string |
name | ) |
|
Retrieves the selection set folder with the specified name.
- Parameters
-
name | The name of the selection set folder. |
- Returns
- A selection set folder with the specified name, null if no such selection set folder exists within the collection.
Implemented in Bexel.Api.SelectionSets.ReadOnlySelectionSetFolderCollection.
◆ this[int internalID]
SelectionSetFolder Bexel.Api.SelectionSets.IReadOnlySelectionSetFolderCollection.this[int internalID] |
|
get |
Retrieves the selection set folder with the specified selection set folder internal ID.
- Parameters
-
internalID | Internal ID of the selection set folder. |
- Returns
- Selection set folder with the specified internal ID.
- Exceptions
-
System.Collections.Generic.KeyNotFoundException | No selection set folder with the specified internal ID exists within the collection. |
◆ this[SelectionSetFolderID id]
Retrieves the selection set folder with the specified ID.
- Parameters
-
id | ID of the selection set folder. |
- Returns
- Selection set folder with the specified ID.
- Exceptions
-
System.Collections.Generic.KeyNotFoundException | No selection set folder with the specified ID exists within the collection. |