DK11 for Python | tatukgis.pdk.TGIS_AddressMatching.Match | Constructors | Methods | Properties
Matches given address string and address formulas.
# Python def Match( self, _str: str, _results: VarParameter ) -> int:
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 ; |
Type | Description |
---|---|
int | Number of found matches (or 0 if nothing). |