User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_utils.gisissamepoint_tgis_point_tgis_point

Table of Contents

TGIS_Utils.GisIsSamePoint(TGIS_Point, TGIS_Point) method

DK11 for Python | tatukgis.pdk.TGIS_Utils.GisIsSamePoint | Overloads | Methods | Properties

Are two points equal?

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

Syntax

# Python
@classmethod
def GisIsSamePoint(
  cls,
  _ptg1: TGIS_Point,
  _ptg2: TGIS_Point
) -> bool: 

Parameters

Name Type Description
_ptg1 TGIS_Point point to compare
_ptg2 TGIS_Point point to compare

Result

Type Description
bool True if points are equal.

References

2023/08/09 02:00

Page Tools