All Cadcorp SIS API Methods

TopoMoveNode Method

Description

Moves the current open Node item, dragging any connected Link Items.

Syntax

Visual Basic
Public Function TopoMoveNode( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
) As Integer

Parameters

x
The x coordinate of the new position of the Node item.
 
y
The y coordinate of the new position of the Node item.
 
z
The z coordinate of the new position of the Node item.

Remarks

The position specified is an absolute position.

Available: GEO D OD SISpy

Group:

Example

sis.TopoMoveNode (10,10,0)