User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csunitslist.bywkt_string

Table of Contents

TGIS_CSUnitsList.ByWKT method

DK11 for Delphi | GisCsBase.TGIS_CSUnitsList.ByWKT | Constructors | Methods | Properties

Find object on the list based on WKT string.

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

Syntax

// Delphi
public
  function ByWKT(
    const _wkt : String
  ) : TGIS_CSUnits; reintroduce; virtual;
// C++ Builder
public:
  virtual TGIS_CSUnits* ByWKT(
    const UnicodeString _wkt
  );

Parameters

Name Type Description
_wkt String WKT name

Result

Type Description
TGIS_CSUnits Found object or nil.

References

2022/11/16 01:15

Page Tools