| Function | Description |
|---|---|
| FuzzyRect SearchArea() | Created search area – a fuzzy rectangle. Read-only. |
| RectArray ExcludedRects() | Array of rectangles excluded from the search area. Read-only. |
| PageArea PageSearchAreaLocal( Int PageNumber ) | Returns the search area that intersects the given page, in the local coordinates of the page. |
| PageArea PageSearchAreaGlobal( Int PageNumber ) | Returns the search area that intersects the given page, in global coordinates. |
Example: print the search area of an element
In the Advanced pre-search relations section, type the following code for the selected element:When printing the results of accessing the function ExcludedRects (
Print: Str(ExcludedRects());), select the Pre-search print line in the Properties window to see the results.
