API Documentation > Miscellaneous > Object ProSketched > Callback ProSketchedHoleGeomitemAction
Callback ProSketchedHoleGeomitemAction
Description
This is the function for visiting a geomitem of each member of sketched hole.
Synopsis
#include <ProHole.h>
(*ProSketchedHoleGeomitemAction)
(
/* (In)
The handle to the geomitem
*/
ProError status
/* (In)
The status returned from the ProSketchedHoleGeomitemFilter function (if not NULL); otherwise, PRO_TK_NO_ERROR.
*/
ProAppData app_data
/* (In)
The user data passed from ProSketchedHoleGeomitemVisit()
*/
)
Returns
Call the visit function (if not NULL).
Other values
Stop visiting.
User Guide References
Was this helpful?