API 文件集 > External objects > Object ProSeldat > Function ProSeldatSelboxesGet
Function ProSeldatSelboxesGet
Description
Retrieves the selection box list and its length, given the selection data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProExtobjSel.h>
ProSeldatSelboxesGet
(
/* (In)
The selection data.
*/
ProSelbox** p_selbox_arr
/* (Out)
The allocated array of selection boxes. Use ProArrayFree() to free the allocated memory.
*/
int* p_selbox_num
/* (Out)
The number of selection boxes.
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
The function could not retrieve the information.
See Also
Sample Code References
這是否有幫助?