User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csarealist.add_integer_widestring

Table of Contents

ITGIS_CSAreaList.Add method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAreaList.Add | Methods | Properties

Add new item into the list.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public ITGIS_CSArea Add(
  int _epsg,
  WideString _name
);
' VisualBasic
Public Function Add(
  ByVal _epsg As Integer,
  ByVal _name As WideString
) As ITGIS_CSArea
// Oxygene
public
  function Add(
    _epsg : Integer;
    _name : WideString
  ) : ITGIS_CSArea;

Parameters

Name Type Description
_epsg int
Integer
EPSG code for the area name; if 0 then EPSG will be assigned from user defined, temporary pool
_name WideString area name

Result

Type Description
ITGIS_CSArea Newly created object.

Remarks

function will not check _epsg for being unique
Function create bound area as (-180,-90,180,90). For custom area bounds see overloaded method.

2024/12/20 22:15

Page Tools