User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csdatumlist.bywkt_string

Table of Contents

TGIS_CSDatumList.ByWKT method

DK for .NET | TatukGIS.NDK.TGIS_CSDatumList.ByWKT | Constructors | Methods | Properties

Find object on the list based on WKT string.

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

Syntax

// C#
public virtual TGIS_CSDatum ByWKT(
  string _wkt
);
' VisualBasic
Public Overridable Function ByWKT(
  ByVal _wkt As String
) As TGIS_CSDatum
// Oxygene
public
  function ByWKT(
    _wkt : String
  ) : TGIS_CSDatum; reintroduce; virtual;

Parameters

Name Type Description
_wkt string
String
WKT name

Result

Type Description
TGIS_CSDatum Found object or nil.
2025/01/31 01:11

Page Tools