User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csunitslist.byepsg_integer

Table of Contents

TGIS_CSUnitsList.ByEPSG method

DK11 for Delphi | GisCsBase.TGIS_CSUnitsList.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_CSUnits; reintroduce; virtual;
// C++ Builder
public:
  virtual TGIS_CSUnits* ByEPSG(
    const int _epsg
  );

Parameters

Name Type Description
_epsg Integer EPSG code

Result

Type Description
TGIS_CSUnits Found object or nil.
2022/11/16 01:15

Page Tools