User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.contains_tgis_shape

Table of Contents

TGIS_Shape.Contains method

DK11 for Python | tatukgis.pdk.TGIS_Shape.Contains | Constructors | Methods | Properties

Tests contains relationship for given shape

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

Syntax

# Python
def Contains(
  self,
  _shape: TGIS_Shape
) -> bool: 

Parameters

Name Type Description
_shape TGIS_Shape given shape

Result

Type Description
bool True if relation is true.

Remarks

See Equality for example.

2023/08/09 01:59

Page Tools