All Cadcorp SIS API Methods

GetListDetails Method

Description

Get the dataset serial numbers and item IDs for items in a Named List.

Syntax

Visual Basic
Public Function GetListDetails( _
   ByVal list As String _
) As String

Parameters

list
The named list whose details are required

Return Type

The dataset serial number followed by the item IDs for the items in that dataset for each dataset in the named list.

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.GetListDetails ( "CombinedList" )

Result:

"22:1,2,3,4,5:29:2"

i.e. item IDs 1, 2, 3, 4 and 5 in dataset with serial number 22 and item ID 2 in dataset with serial number 29.