API 文件集 > Geometry items > Object ProGeomitem > Callback ProGeomitemFilter
Callback ProGeomitemFilter
Description
This is the generic function for filtering a geomitem.
Synopsis
#include <ProObjects.h>
(*ProGeomitemFilter)
(
ProGeomitem* p_handle
/* (In)
The handle to a geomitem
*/
ProAppData app_data
/* (In)
The user data passed from ProFeatureGeomitemVisit()
*/
)
Returns
Calls the visit function if not NULL
Skips to next ProGeomitem
這是否有幫助?