All Cadcorp SIS API Methods

GetAxesPrj Method

Description

Gets a copy of the current axes Coordinate Reference System , placing it in a Named Object Library, replacing any existing Coordinate Reference System with the same name.

Syntax

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

Parameters

projection
The named Coordinate Reference System to create, or replace.

The Coordinate Reference System will either be cartesian or spherical, use GetAxesType to find out which.

Remarks

Available: GEO D OD OM OV SISpy

Group:

Example

sis.GetAxesPrj ("APrjCopy" )