MoveTo Method
Description
Sets the current drawing position.
Syntax
Visual Basic |
---|
Public Function MoveTo( _ ByVal x As Double, _ ByVal y As Double, _ ByVal z As Double _ ) As Integer |
Parameters
- x
- The x coordinate of the new drawing position.
- y
- The y coordinate of the new drawing position.
- z
- The z coordinate of the new drawing position.
Remarks
Line sequences are created using BezierTo, BulgeTo, and LineTo, each of which starts from the current drawing position. This method will flush any current line sequence, creating a LineString item, and start a new line sequence.
Available: GEO D OD OM OV SISpy
Group:
Example
sis.MoveTo (0,0,0)