Category Geometry items, Object ProGeomitem

Callback ProGeomitemAction


Description
This is the generic function for visiting a geomitem.
Synopsis
#include <ProObjects.h>
ProError(*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
PRO_TK_NO_ERRORCall the visit function (if not NULL).
Other valuesStop visiting.