User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.intersect_itgis_shape

Table of Contents

ITGIS_Shape.Intersect method

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

Test intersect relationship for self and given shape

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

Syntax

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

Parameters

Name Type Description
_shape ITGIS_Shape given shape

Result

Type Description
WordBool True if relation is true.

Remarks

See Equality for example.

2022/11/16 01:11

Page Tools