User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.union_itgis_shape

Table of Contents

ITGIS_Shape.Union method

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

Compute an union with shape provided.

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

Syntax

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

Parameters

Name Type Description
_shape ITGIS_Shape shape to compute union with

Result

Type Description
ITGIS_Shape Newly created shape.

Remarks

Internally it uses Combine method of TGIS_Topology class. See Combine for similar example.

2022/11/16 01:11

Page Tools