All Cadcorp SIS API Methods

DefineNolPrj Method

Description

Creates a named Coordinate Reference System from an EPSG code in a Named Object Library, replacing any existing Coordinate Reference System with the same name.

Syntax

Visual Basic
Public Function DefineNolPrj( _
   ByVal projection As String, _
   ByVal epsg As Long _
) As Integer

Parameters

projection
The named Coordinate Reference System to create, or replace.
 
epsg
The EPSG code associated with the coordinate reference system.

Remarks

Available: GEO D OM OD SISpy

Group:

Example

sis.DefineNolPrj ("Great Britain", 27700)