All Cadcorp SIS API Methods

TopoGrowNamedSeed Method

Description

Adds a Link ID into a Named Seed object.

Syntax

Visual Basic
Public Function TopoGrowNamedSeed( _
   ByVal seed As String, _
   ByVal bStart As Integer, _
   ByVal idLink As Long _
) As Integer

Parameters

seed
The Named Seed object to which the Link item will be added.
 
bStart

True Insert the Link item at the start of the Named Seed object.
False Append the Link item to the end of the Named Seed object.
 
idLink
The ID of the Link item to be added.

Remarks

Available: GEO D OD SISpy

Group:

Example

sis.TopoGrowNamedSeed ("County", True, 23)