All Cadcorp SIS API Methods

CreatePoint Method

Description

Creates a Point item. If a Group is open, then graphics are added to the Group, otherwise a new Item is created.

Syntax

Visual Basic
Public Function CreatePoint( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal shape As String, _
   ByVal a As Double, _
   ByVal s As Double _
) As Integer

Parameters

x
The x coordinate of the Point.
 
y
The y coordinate of the Point.
 
z
The z coordinate of the Point.
 
shape
The Symbol of the Point.
 
a
The angle of the Point in radians.
 
s
The scale of the Point.

Remarks

Available: GEO D OM OD OV SISpy

Group:

Example

sis.CreatePoint (910, 10, 0, "Circle", 0, 1)