API Documentation > Geometry items > Object ProPoint > Callback ProPointFilterAction
Callback ProPointFilterAction
Description
This is the generic function for filtering a datum point.
Synopsis
#include <ProObjects.h>
(*ProPointFilterAction)
(
ProPoint p_point
/* (In)
The datum point handle
*/
ProAppData app_data
/* (In)
The application data passed to the function ProAsmcomppathDispPointVisit()
*/
)
Returns
Skip visiting this datum point and go to the next.
Other
Call the visit action for this datum point. The return value is passed as input to the visit action.
Was this helpful?