All Cadcorp SIS API Methods

SetDefaultPrj Method

Description

Sets the default viewing Coordinate Reference System and coordinate system Coordinate Reference System.

Syntax

Visual Basic
Public Function SetDefaultPrj( _
   ByVal projection As String _
) As Integer

Parameters

projection
The named Coordinate Reference System to use.

Remarks

This method always changes the default viewing Coordinate Reference System and coordinate system Coordinate Reference System, which will affect future windows. If the current window is a Map Window, then its viewing Coordinate Reference System and coordinate system Coordinate Reference System will also be changed.

Available: D OD OM OV

Groups:

Example

sis.SetDefaultPrj ("*APrjMercator" )