User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csarealist.byepsg_integer

Table of Contents

TGIS_CSAreaList.ByEPSG method

DK11 for Delphi | GisCsBase.TGIS_CSAreaList.ByEPSG | Constructors | Methods | Properties

Find object on the list based on EPSG code.

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

Syntax

// Delphi
public
  function ByEPSG(
    const _epsg : Integer
  ) : TGIS_CSArea; reintroduce; virtual;
// C++ Builder
public:
  virtual TGIS_CSArea* ByEPSG(
    const int _epsg
  );

Parameters

Name Type Description
_epsg Integer EPSG code

Result

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

Page Tools