All Cadcorp SIS API Methods

SetViewPrj Method

Description

Sets the viewing Coordinate Reference System of the current Map Window

Syntax

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

Parameters

projection
The named Coordinate Reference System to use.

Remarks

If the current axes are incompatible with the new viewing Coordinate Reference System, then the current axes will also be changed.

If the current window is not a Map Window, or there is no current window, then the default viewing Coordinate Reference System is set.

Available: GEO D OD OM OV SISpy

Groups:

Example

sis.SetViewPrj ("RT90.RT90_2")