All Cadcorp SIS API Methods

TopoSetChainSeedPt Method

Description

Set or move the seed point of the current chain.

Syntax

Visual Basic
Public Function TopoSetChainSeedPt( _
   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 seed point.
 
y
The y coordinate of the new position of the seed point.
 
z
The z coordinate of the new position of the seed point.

Remarks

Available: GEO D OD SISpy

Group:

Example

sis.TopoSetChainSeedPt ( 10, 10, 0 )