User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_addressmatching.match_string_tgis_objectlist

Table of Contents

TGIS_AddressMatching.Match method

DK11 for Python | tatukgis.pdk.TGIS_AddressMatching.Match | Constructors | Methods | Properties

Matches given address string and address formulas.

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

Syntax

# Python
def Match(
  self,
  _str: str,
  _results: VarParameter
) -> int: 

Parameters

Name Type Description
_str str address string
_results TGIS_ObjectList list containing all found matches; every string is a single match in form of 'fieldld1=value1#13#10field2=value2#13#10...'; if the reference equals nil, the object will be created ;

Result

Type Description
int Number of found matches (or 0 if nothing).
2023/08/09 01:51

Page Tools