All Cadcorp SIS API Methods

TopoGetNamedSeedDataset Method

Description

Gets the dataset with which a Named Seed object is compatible.

Syntax

Visual Basic
Public Function TopoGetNamedSeedDataset( _
   ByVal seed As String _
) As Long

Parameters

seed
The Named Seed object whose dataset is required.

Return Type

The serial number of the dataset with which the Named Seed object is compatible.

Remarks

The serial number cannot be relied upon to be identical in each session or if the dataset is removed and re-added. The serial number returned should therefore not be stored for long-term use.

Available: GEO D OD SISpy

Group:

Example

NamedSeedDataset = sis.TopoGetNamedSeedDataset ( Namedseed )