Bexel Manager API Documentation
|
Represents the current selection. More...
Public Member Functions | |
void | Select (IEnumerable< Element > elements, SelectionMode mode=SelectionMode.New) |
Selects specified elements. Use selection mode to define what happens with current selection. More... | |
void | Select (IEnumerable< ElementID > elementIDs, SelectionMode mode=SelectionMode.New) |
Selects specified elements. Use selection mode to define what happens with current selection. More... | |
void | Select (IEnumerable< int > internalElementIDs, SelectionMode mode=SelectionMode.New) |
Selects specified elements. Use selection mode to define what happens with current selection. More... | |
void | Clear () |
Clears the current selection. More... | |
Properties | |
EventHandler< SelectionChangedEventArgs > | SelectionChanged |
Occurs when the current selection changes. More... | |
SelectedElementsCollection | SelectedElements [get] |
Returns the currently selected elements. More... | |
Represents the current selection.
void Bexel.Api.Selection.Clear | ( | ) |
Clears the current selection.
void Bexel.Api.Selection.Select | ( | IEnumerable< Element > | elements, |
SelectionMode | mode = SelectionMode.New |
||
) |
Selects specified elements. Use selection mode to define what happens with current selection.
elements | Elements to select. |
mode | Selection mode. |
void Bexel.Api.Selection.Select | ( | IEnumerable< ElementID > | elementIDs, |
SelectionMode | mode = SelectionMode.New |
||
) |
Selects specified elements. Use selection mode to define what happens with current selection.
elementIDs | IDs of the elements to select. |
mode | Selection mode. |
void Bexel.Api.Selection.Select | ( | IEnumerable< int > | internalElementIDs, |
SelectionMode | mode = SelectionMode.New |
||
) |
Selects specified elements. Use selection mode to define what happens with current selection.
internalElementIDs | Internal IDs of the elements to select. |
mode | Selection mode. |
|
get |
Returns the currently selected elements.
|
addremove |
Occurs when the current selection changes.