Bexel Manager API Documentation
|
Public Member Functions | |
IEnumerator< SelectionSetFolder > | GetEnumerator () |
SelectionSetFolder | GetSelectionSetFolderByID (SelectionSetFolderID id) |
Retrieves the selection set folder with the specified ID. More... | |
SelectionSetFolder | GetSelectionSetFolderByID (int internalID) |
Retrieves the selection set folder with the specified internal ID. More... | |
SelectionSetFolder | GetSelectionSetFolderByName (string name) |
Retrieves the selection set folder with the specified name. More... | |
bool | ContainsKey (SelectionSetFolderID id) |
Determines whether the collection contains the selection set folder with the specified ID. More... | |
bool | ContainsKey (int internalID) |
Determines whether the collection contains the selection set folder with the specified internal ID. More... | |
Protected Attributes | |
readonly SelectionSetCollectionRef | selectionSetsRef |
readonly Project | project |
Properties | |
int | Count [get] |
SelectionSetFolder | this[SelectionSetFolderID id] [get] |
SelectionSetFolder | this[int internalID] [get] |
![]() | |
SelectionSetFolder | this[SelectionSetFolderID id] [get] |
Retrieves the selection set folder with the specified ID. More... | |
SelectionSetFolder | this[int internalID] [get] |
Retrieves the selection set folder with the specified selection set folder internal ID. More... | |
bool Bexel.Api.SelectionSets.ReadOnlySelectionSetFolderCollection.ContainsKey | ( | SelectionSetFolderID | id | ) |
Determines whether the collection contains the selection set folder with the specified ID.
id | ID of the selection set folder. |
Implements Bexel.Api.SelectionSets.IReadOnlySelectionSetFolderCollection.
bool Bexel.Api.SelectionSets.ReadOnlySelectionSetFolderCollection.ContainsKey | ( | int | internalID | ) |
Determines whether the collection contains the selection set folder with the specified internal ID.
internalID | Internal ID of the selection set folder. |
Implements Bexel.Api.SelectionSets.IReadOnlySelectionSetFolderCollection.
SelectionSetFolder Bexel.Api.SelectionSets.ReadOnlySelectionSetFolderCollection.GetSelectionSetFolderByID | ( | SelectionSetFolderID | id | ) |
Retrieves the selection set folder with the specified ID.
id | ID of the selection set folder. |
Implements Bexel.Api.SelectionSets.IReadOnlySelectionSetFolderCollection.
SelectionSetFolder Bexel.Api.SelectionSets.ReadOnlySelectionSetFolderCollection.GetSelectionSetFolderByID | ( | int | internalID | ) |
Retrieves the selection set folder with the specified internal ID.
internalID | Internal ID of the selection set folder. |
Implements Bexel.Api.SelectionSets.IReadOnlySelectionSetFolderCollection.
SelectionSetFolder Bexel.Api.SelectionSets.ReadOnlySelectionSetFolderCollection.GetSelectionSetFolderByName | ( | string | name | ) |
Retrieves the selection set folder with the specified name.
name | The name of the selection set folder. |
Implements Bexel.Api.SelectionSets.IReadOnlySelectionSetFolderCollection.