Category 3D interface, Object ProLayerfilterdata

Function ProLayerfilterdataNameGet


Description
Gets the layer name from a ProLayerfilterdata object passed to the ProIntfimportLayerFilter action.
Replacement in Object TOOLKIT: pfcImportedLayer::Name
Synopsis
#include <ProIntfimport.h>
ProErrorProLayerfilterdataNameGet(
ProLayerfilterdata data
/* (In)
The imported layer information.
*/
ProLine layer_name
/* (Out)
The layer name or number from the import file.
*/
)
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
  2. Interface: Data Exchange: Modifying the Imported Layers

Sample Code References:

  1. pt_userguide ( UgInterfaceImport.c )