Inherits IRsDataObject.
Inherited by IRdAnimClipSel, IRdAnimSel, IRdSelNodeSelection, and IRdSelNodeSelection.
Public Member Functions | |
| HRESULT | Initialize ([in] GUID SelectionID,[in] IUnknown *pManager) |
| Initialize the selection after it was added to the selection manager for the first time. | |
| HRESULT | Deinitialize () |
| Deinitialize the selection after it was removed from the selection manager. | |
| HRESULT | GetSelectionID ([out, retval] GUID *SelectionID) |
| Return the assigned selectionID. | |
| HRESULT IRsBaseSelection::Initialize | ( | [in] GUID | SelectionID, | |
| [in] IUnknown * | pManager | |||
| ) |
Initialize the selection after it was added to the selection manager for the first time.
| SelectionID | [in] Specifies the assigned SelectionID. | |
| pManager | [in] Specifies the associated selection manager. You can safely cast it into IRsSelectionManager |
| HRESULT IRsBaseSelection::Deinitialize | ( | ) |
Deinitialize the selection after it was removed from the selection manager.
| HRESULT IRsBaseSelection::GetSelectionID | ( | [out, retval] GUID * | SelectionID | ) |
Return the assigned selectionID.
1.5.5