TopoGetNamedSeedLoopLink Method
Description
Gets the ID of a Link item from a Named Seed object.
Syntax
Visual Basic |
---|
Public Function TopoGetNamedSeedLoopLink( _ ByVal seed As String, _ ByVal nLoop As Integer, _ ByVal n As Integer _ ) As Long |
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.
- n
- The index in the loop of the Link item to be queried, starting at 0. Use TopoGetNamedSeedLoopSize to find out the number of Link Items referred to by a loop in a Named Seed object.
Return Type
The ID of a Link item from a Named Seed object.
Remarks
Available: GEO D OD SISpy
Group:
Example
LoopLink = sis.TopoGetNamedSeedLoopLink ("Stevenage", 1, 2)