Finds Items which satisfy a condition with the current open Item.
Visual Basic |
---|
Public Function ScanGeometry( _ ByVal list As String, _ ByVal geomTest As Integer, _ ByVal geomMode As Integer, _ ByVal filter As String, _ ByVal locus As String _ ) As Long |
SIS_GT_EQUAL
|
SIS_GT_DISJOINT
|
SIS_GT_INTERSECT
|
SIS_GT_TOUCH
|
SIS_GT_CROSS
|
SIS_GT_CROSSBY
|
SIS_GT_WITHIN
|
SIS_GT_CONTAIN
|
SIS_GT_OVERLAP
|
SIS_GM_ORIGIN |
SIS_GM_EXTENTS |
SIS_GM_GEOMETRY |
The number of items found, i.e. the number of items placed in the Named List.
Only hittable or editable items are scanned.
Available: GEO MM ME MD OD OM SISpy
Groups:
NItems = sis.ScanGeometry ("Points", SIS_GT_CONTAIN, SIS_GM_GEOMETRY, _
"PointsOnly", "Talbot")
Finds all items that are contained within the current open item that pass the filter PointsOnly and fall within the Talbot Spatial Filter, and places them in the named list Points.
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).