Category 3D drawings and annotations, Object ProGtol

Callback ProGtolFilterAction


Description
Specifies function type for gtol filter action.
Synopsis
#include <ProMdl.h>
ProError(*ProGtolFilterAction)(
ProGtol* gtol
/* (In)
The gtol being visited
*/
ProAppData data
/* (In)
The application data passed to ProMdlGtolVisit()
*/
)
Returns
PRO_TK_NO_ERRORCalls the visit function if not NULL.
PRO_TK_CONTINUESkips to next gtol.
PRO_TK_GENERAL_ERRORStops visiting.