LocusIntersect Method
Description
Creates a named Spatial filter in a Named Object Library by intersecting two existing Spatial Filter objects, replacing any existing Spatial Filter with the same name.
Syntax
Visual Basic |
---|
Public Function LocusIntersect( _ ByVal locusOut As String, _ ByVal locus1 As String, _ ByVal locus2 As String _ ) As Integer |
Parameters
- locusOut
- The named Spatial Filter to create or replace.
- locus1
- The first Spatial Filter object to intersect.
- locus2
- The second Spatial Filter object to intersect.
Remarks
Available: GEO D OD SISpy
Group:
Example
sis.LocusIntersect ("intersectSpatialFilter", "circleSpatialFilter", "rectSpatialFilter")