API Documentation > Geometry items > Object ProGeomitem > Callback ProGeomitemAction
Callback ProGeomitemAction
Description
This is the generic function for visiting a geomitem.
Synopsis
#include <ProObjects.h>
(*ProGeomitemAction)
(
ProGeomitem* p_handle
/* (In)
The handle to the geomitem
*/
ProError status
/* (In)
The status returned from the ProGeomitemFilter function (if not NULL); otherwise, PRO_TK_NO_ERROR.
*/
ProAppData app_data
/* (In)
The user data passed from ProFeatureGeomitemVisit()
*/
)
Returns
Call the visit function (if not NULL).
Other values
Stop visiting.
Was this helpful?