User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.equality_itgis_shape

Table of Contents

ITGIS_Shape.Equality method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Equality | Methods | Properties

Tests equality relationship for self and given shape

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

Syntax

// C#
public WordBool Equality(
  ITGIS_Shape _shape
);
' VisualBasic
Public Function Equality(
  ByVal _shape As ITGIS_Shape
) As WordBool
// Oxygene
public
  function Equality(
    _shape : ITGIS_Shape
  ) : WordBool;

Parameters

Name Type Description
_shape ITGIS_Shape given shape

Result

Type Description
WordBool True if relation is true.

Remarks

Internally it uses Topology class to find relations. See GIS_Topology for details and examples.

2024/12/20 22:16

Page Tools