API 文件集 > 3D interface > Object ProIntfimport > Callback ProIntfimportLayerFilter
Callback ProIntfimportLayerFilter
Description
Filter function allowing the application to decide on the status of imported layers.
Synopsis
#include <ProIntfimport.h>
(*ProIntfimportLayerFilter)
(
/* (In)
The imported layer information.
*/
ProAppData application_data
/* (In)
The user-supplied application data for layer filtering.
*/
)
Returns
Continue the filtering action
Stop filtering, using the designated action returned here for all remaining layers.
這是否有幫助?