All Cadcorp SIS API Methods

GetOverlayLocus Method

Description

Gets a copy of an overlay drawing Spatial Filter placing it in a Named Object Library, replacing any existing Spatial Filter with the same name.

Syntax

Visual Basic
Public Function GetOverlayLocus( _
   ByVal pos As Integer, _
   ByVal locus As String _
) As Integer

Parameters

pos
The position of the overlay in the overlays list whose drawing Spatial Filter is to be copied.
 
locus
The named Spatial Filter to create, or replace.

Remarks

Available: GEO OD SISpy

Groups:

Example

sis.GetOverlayLocus (1, theSpatialFilter$)