API Documentation
>
Creo Parametric fundamentals
>
Object ProLayer
> Callback ProLayerFilter
Callback ProLayerFilter
Description
This is the generic function for filtering
ProLayers
.
Synopsis
#include <
ProLayer.h
>
ProError
(*ProLayerFilter)
(
ProLayer
* layer
/* (In)
The
ProLayer
being visited
*/
ProAppData
app_data
/* (In)
The user data passed to the visit function
*/
)
Returns
PRO_TK_NO_ERROR
Call the visit function.
PRO_TK_GENERAL_ERROR
Stop visiting.
PRO_TK_CONTINUE
Skip visiting this layer and go to the next layer.
User Guide References
Layers:ProLayerFilter
Was this helpful?
This site works best with JavaScript enabled