ISelection Interface |
public interface ISelection
The ISelection type exposes the following members.
| Name | Description | |
|---|---|---|
| GetSelectedActor | Get the currently selected actor. null if no selected actor | |
| GetSelectedBin | Get the currently selected Bin. null if no selected bin | |
| GetSelectedPlaylist | Get the currently selected playlist. null if no selected playlist | |
| GetSelectedThumbnails | Get a list of the currently selected thumbnail ids. | |
| GetSelectedVideos | Get a list of the currently selected video ids. | |
| SetNoSelectedVideo | Set no selected video in the video catalog window. | |
| SetSelectedActor | Set the currently selected Actor. | |
| SetSelectedBin | Set the currently selected bin. | |
| SetSelectedPlaylist | Set the currently selected playlist. | |
| SetSelectedPlaylistClip | Set the currently selected playlist clip assuming a playlist is selected. | |
| SetSelectedThumbnail | Select one thumbnail in the catalog window. | |
| SetSelectedThumbnails | Set the selected thumbnails in the program. | |
| SetSelectedVideo | Select one video in the catalog window. | |
| SetSelectedVideos | Set the selected videos in the program. |