TopoCreateNode Method
Description
Creates a Node item, merging it in to any existing topology.
Syntax
Visual Basic |
---|
Public Function TopoCreateNode( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double _ ) As Integer |
Parameters
- x
- The x coordinate of the position at which to create the new Node item.
- y
- The y coordinate of the position at which to create the new Node item.
- z
- The z coordinate of the position at which to create the new Node item.
Remarks
Available: GEO D OD SISpy
Group:
Example
sis.TopoCreateNode (0,0,0)