Library | Module

Interface IpfcLayerImportFilter



Description

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



Method Summary

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



Method Detail


SubOnLayerImport (LayerObject as IpfcImportedLayer)

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