Category 3D interface, Object ProIntfimport

Callback ProIntfimportLayerFilter


Description
Filter function allowing the application to decide on the status of imported layers.
Synopsis
#include <ProIntfimport.h>
ProError(*ProIntfimportLayerFilter)(
ProLayerfilterdata data
/* (In)
The imported layer information.
*/
ProAppData application_data
/* (In)
The user-supplied application data for layer filtering.
*/
)
Returns
PRO_TK_NO_ERRORContinue the filtering action
PRO_TK_USER_ABORTStop filtering, using the designated action returned here for all remaining layers.

Manual References:

  1. Interface: Data Exchange: Importing 3D Models