API-Dokumentation > Selection > Object ProSelection > Callback ProSelectionPostSelact
Callback ProSelectionPostSelact
Description
This is the user-defined, post-selection callback function. Called on a selection after QUERY_SELECT
Synopsis
#include <ProSelection.h>
(*ProSelectionPostSelact)
(
Pro3dPnt point
/* (In)
The selected point
*/
ProSelection selection
/* (In)
The handle to the selection made
*/
ProAppData app_data
/* (In)
The user data passed to ProSelect()
*/
)
Returns
Accept the selection.
Other
Ignore the selection.
War dies hilfreich?