Category 3D drawings and annotations, Object ProGtol

Callback ProGtolVisitAction


Description
Specifies function type for gtol visit action.
Synopsis
#include <ProMdl.h>
ProError(*ProGtolVisitAction)(
ProGtol* gtol
/* (In)
The gtol being visited
*/
ProError filter_status
/* (In)
The return value from the preceding call to the the visit filter function
*/
ProAppData data
/* (In)
The application data passed to ProMdlGtolVisit()
*/
)
Returns
PRO_TK_NO_ERRORContinue visiting.
otherStop visiting and return from ProMdlGtolVisit() with this value.