API Documentation > Miscellaneous > Object ProColl > Callback ProCollFilter
Callback ProCollFilter
Description
Post filter function for surface collection
Replacement in Object TOOLKIT:
Synopsis
#include <ProCollect.h>
(*ProCollFilter)
(
/* (In)
Previously selected items.
*/
ProSelection cur_sel
/* (In)
Current selection. Filter function determines whether cur_sel is accepted.
*/
ProAppData app_data
/* (In)
Application data
*/
)
Returns
Accept current selection.
Reject current selection.
Was this helpful?