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 MM ME MD OD OM OV SISpy

Group:

Example

sis.LineTo 10,10,0


Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).