Cadcorp SIS API Methods
TopoGetNamedSeedLoopLink Method
Description
Gets the ID of a Link item from a Named Seed object.
Syntax
| Visual Basic |
Public Function TopoGetNamedSeedLoopLink( _
ByVal As String, _
ByVal As Integer, _
ByVal 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 ME MD OD SISpy
Group:
Example
LoopLink = sis.TopoGetNamedSeedLoopLink ("Stevenage", 1, 2)
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).