User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.contains_tgis_shape

Table of Contents

TGIS_Shape.Contains method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Contains | Constructors | Fields | Methods | Properties

Tests contains relationship for given shape

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

Syntax

// C#
public bool Contains(
  TGIS_Shape _shape
);
' VisualBasic
Public Function Contains(
  ByVal _shape As TGIS_Shape
) As Boolean
// Oxygene
public
  function Contains(
    _shape : TGIS_Shape
  ) : Boolean;

Parameters

Name Type Description
_shape TGIS_Shape given shape

Result

Type Description
bool
Boolean
True if relation is true.

Remarks

See Equality for example.

2022/11/16 01:35

Page Tools