Library | Module

Class pfcLayerImportFilter



Description

Allows your application to filter out and modify the layers as they are imported.
Direct Parent Classes:
pfcActionListener



Method Summary

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



Method Detail


voidOnLayerImport (pfcImportedLayer LayerObject)

This listener method will be called for each layer imported from the external geometry file. If this method throws a pfcXCancelProEAction exception then the filter will not be called for remaining layers.
See Also:
pfcXCancelProEAction.Throw()
Parameters:
LayerObject
Object representing the layer that is being imported.