Declaration:
PROCEDURE ForEachObjectInLayer ( actionFunc :PROCEDURE;
objOptions :INTEGER;
travOptions :INTEGER;
layerOptions :INTEGER
) ;
Description:
Traverses through all objects according to specified search options and applies the specified action to each object. The 'actionFunc' procedure should return false to continue with next object, or return true to stop the traversal.
Table - ForEachObjectInLayer Selectors