User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csellipsoidlist.bywkt_widestring

Table of Contents

ITGIS_CSEllipsoidList.ByWKT method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSEllipsoidList.ByWKT | Methods | Properties

Find object on the list based on WKT string.

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

Syntax

// C#
public ITGIS_CSEllipsoid ByWKT(
  WideString _wkt
);
' VisualBasic
Public Function ByWKT(
  ByVal _wkt As WideString
) As ITGIS_CSEllipsoid
// Oxygene
public
  function ByWKT(
    _wkt : WideString
  ) : ITGIS_CSEllipsoid;

Parameters

Name Type Description
_wkt WideString WKT name

Result

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

Page Tools