All Cadcorp SIS API Methods

LineTo Method

Description

Draws a line from the current drawing position.

Syntax

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

Parameters

x
The x coordinate of the new LineString position.
 
y
The y coordinate of the new LineString position.
 
z
The z coordinate of the new LineString position.

Remarks

The LineString item is appended to the current LineString sequence, started by the last MoveTo, and extended using BulgeTo, BezierTo, or this method. The current drawing position is at the end of the LineString item, i.e. x, y, z after calling this method.

Available: GEO D OD OM OV SISpy

Group:

Example

sis.LineTo 10,10,0