Category 3D interface, Object ProLayerfilterdata

Function ProLayerfilterdataActionSet


Description
Sets the layer action for a ProLayerfilterdata object passed to the ProIntfimportLayerFilter action.
Replacement in Object TOOLKIT: pfcImportedLayer::SetAction
Synopsis
#include <ProIntfimport.h>
ProErrorProLayerfilterdataActionSet(
ProLayerfilterdata data
/* (In)
The imported layer information.
*/
ProLayerImportOption action
/* (In)
The action to take for this layer (SKIP, BLANK, DISPLAY, ISOLATE)
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSThe function arguments were invalid.

Manual References:

  1. Interface: Data Exchange: Modifying the Imported Layers

Sample Code References:

  1. pt_userguide ( UgInterfaceImport.c )