API Documentation > Selection > Object ProSelection > Function ProSelectionWindowIdGet
Function ProSelectionWindowIdGet
Description
Retrieves the window id in which selection was made.
Replacement in Object TOOLKIT:
Synopsis
#include <ProSelection.h>
ProSelectionWindowIdGet
(
ProSelection selection
/* (In)
The selection object
*/
int* window_id
/* (Out)
The window id
*/
)
Returns
The function successfully retrieved the information.
The selection or depth is NULL.
The selection argument is an invalid pointer.
Sample Code References
User Guide References
Was this helpful?