All Cadcorp SIS API Methods

CreateNorthPoint Method

Description

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

Syntax

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

Parameters

x
The x coordinate position of the North Point.

y
The y coordinate position of the North Point.
 
z
The z coordinate position of the North Point.
 
shape
The Symbol of the North Point.
 
s
The scale of the North Point.

Remarks

Available: GEO D OM OD SISpy

Groups:

Example

sis.CreateNorthPoint( 10, 10, 0, "NorthPoint1", 1 )