Library | Package Java Toolkit

Interface LayerImportFilter

package com.ptc.pfc.pfcImport;

public interface LayerImportFilter
  extends com.ptc.pfc.pfcBase.ActionListener



Description

Allows your application to filter out and modify the layers as they are imported.



Method Summary
voidOnLayerImport (ImportedLayer LayerObject)
    This listener method will be called for each layer imported from the external geometry file. If this method throws a XCancelProEAction exception then the filter will not be called for remaining layers.

Method Detail

OnLayerImport

voidOnLayerImport (ImportedLayer LayerObject)


    This listener method will be called for each layer imported from the external geometry file. If this method throws a XCancelProEAction exception then the filter will not be called for remaining layers.
See Also:
XCancelProEAction.Throw()
Manual References:
Interface: Importing 3D Geometry
Parameters:
LayerObject
Object representing the layer that is being imported.
Returns: