User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csarealist.byepsg_integer

Table of Contents

TGIS_CSAreaList.ByEPSG method

DK11 for .NET | TatukGIS.NDK.TGIS_CSAreaList.ByEPSG | Constructors | Methods | Properties

Find object on the list based on EPSG code.

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

Syntax

// C#
public virtual TGIS_CSArea ByEPSG(
  int _epsg
);
' VisualBasic
Public Overridable Function ByEPSG(
  ByVal _epsg As Integer
) As TGIS_CSArea
// Oxygene
public
  function ByEPSG(
    _epsg : Integer
  ) : TGIS_CSArea; reintroduce; virtual;

Parameters

Name Type Description
_epsg int
Integer
EPSG code

Result

Type Description
TGIS_CSArea Found object or nil.
2022/11/16 01:28

Page Tools