TopoGetLinkNode Method
Description
Gets the ID of a Node item from the current open Link item.
Syntax
Visual Basic |
---|
Public Function TopoGetLinkNode( _ ByVal bStart As Integer _ ) As Long |
Parameters
- bStart
-
True
Return the Node at the start of the current Link item. False
Return the Node at the end of the current Link item.
Return Type
The ID of the Node at the start or end of the current open Link item.
Remarks
Available: GEO D OD SISpy
Group:
Example
NodeNum = sis.TopoGetLinkNode (True)