Scans all overlays of the current SWD for items, storing any found in a Named List.
The method enumerates Items contained in an SWD, testing each of them against the specified status, Filter and Spatial Filter.
Visual Basic |
---|
Public Function Scan( _ ByVal list As String, _ ByVal stat As String, _ ByVal filter As String, _ ByVal locus As String _ ) As Long |
"I" | All Items. |
"V" | Visible, Hittable and Editable Items. |
"H" | Hittable and Editable Items. |
"E" | Editable Items only. |
Available: GEO MM ME MD OD OM OV SISpy
Groups:
NItems = sis.Scan ("ItemsFound", "H", "Conservation", "Talbot")
Finds all the items in hittable overlays that pass the filter Conservation within the Spatial Filter Talbot and place them in the named list ItemsFound.
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).