User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csunitslist.byepsg_integer

Table of Contents

ITGIS_CSUnitsList.ByEPSG method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSUnitsList.ByEPSG | Methods | Properties

Find object on the list based on EPSG code.

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

Syntax

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

Parameters

Name Type Description
_epsg int
Integer
EPSG code

Result

Type Description
ITGIS_CSUnits Found object or nil.
2022/11/16 01:09

Page Tools