TopoGetNamedSeedLoopSize Method

Description

Gets the number of Link Items referred to by a loop in a Named Seed object.

Syntax

Visual Basic
Public Function TopoGetNamedSeedLoopSize( _
   ByVal seed As String, _
   ByVal nLoop As Integer _
) As Integer

Parameters

seed
The Named Seed object to be queried.
 
nLoop
The index in the list of loops in the Named Seed object of the loop to be queried, starting at 0. Use TopoGetNamedSeedNumLoop to find out the number of loops in a Named Seed object.

Return Type

The number of Link Items in the Named Seed loop.

Remarks

Available: GEO D OD SISpy

Group:

Example

NLinks = sis.TopoGetNamedSeedLoopSize ("County", 1)