Creates a named Spatial Filter in a Named Object Library from the current open Item, replacing any existing Spatial Filter with the same name.
Visual Basic |
---|
Public Function CreateLocusFromItem( _ ByVal locus As String, _ ByVal geomTest As Integer, _ ByVal geomMode As Integer _ ) As Integer |
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 | items whose origin (always a single point) must pass the testing method with the selected item |
SIS_GM_EXTENTS | items whose extents (always a rectangle) must pass the testing method with the selected item |
SIS_GM_GEOMETRY | items whose geometry must pass the testing method with the selected item |
Available: GEO MM ME MD OM OD SISpy
Group:
sis.CreateLocusFromItem "Scheme20", SIS_GT_CONTAIN, SIS_GM_GEOMETRY
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).