Category Geometry items, Object ProGeomitem

Callback ProGeomitemFilter


Description
This is the generic function for filtering a geomitem.
Synopsis
#include <ProObjects.h>
ProError(*ProGeomitemFilter)(
ProGeomitem* p_handle
/* (In)
The handle to a geomitem
*/
ProAppData app_data
/* (In)
The user data passed from ProFeatureGeomitemVisit()
*/
)
Returns
PRO_TK_NO_ERRORCalls the visit function if not NULL
PRO_TK_CONTINUESkips to next ProGeomitem