Cadcorp SIS API Methods

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 ME MD OD SISpy

Group:

Example

sis.LocusIntersect ("intersectSpatialFilter", "circleSpatialFilter", "rectSpatialFilter")


Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).