All Cadcorp SIS API Methods

CreateListFromOverlay Method

Description

Creates a Named List of all of the items on an overlay.

Syntax

Visual Basic
Public Function CreateListFromOverlay( _
   ByVal pos As Integer, _
   ByVal list As String _
) As Integer

Parameters

pos
The position in the overlays list of the overlay from which to fill the Named List.
 
list
The Named List to fill with overlay Items.

Remarks

If you want only those items which match a filter, use ScanOverlay.

Available: GEO D OM OD OV SISpy

Group:

Example

sis.CreateListFromOverlay (0,"ListOverlay")