User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csabstractlist.byepsg__integer

Table of Contents

ITGIS_CSAbstractList.ByEPSG_ method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstractList.ByEPSG_ | Methods | Properties

Find object on the list based on EPSG code.

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

Syntax

// C#
public ITGIS_CSAbstract ByEPSG_(
  int _epsg
);
' VisualBasic
Public Function ByEPSG_(
  ByVal _epsg As Integer
) As ITGIS_CSAbstract
// Oxygene
public
  function ByEPSG_(
    _epsg : Integer
  ) : ITGIS_CSAbstract;

Parameters

Name Type Description
_epsg int
Integer
EPSG code

Result

Type Description
ITGIS_CSAbstract Found object or nil.
2022/11/16 01:08

Page Tools