User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.join_itgis_shape

Table of Contents

ITGIS_Shape.Join method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Join | Methods | Properties

Joins this shape with another shape and returns the combined shape.

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

Syntax

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

Parameters

Name Type Description
_shape ITGIS_Shape Shape to append to this shape.

Result

Type Description
ITGIS_Shape A newly created shape containing the joined geometry.

Remarks

PURPOSE: Combines compatible vector geometries into a single result for editing and geometry construction workflows.

BEHAVIOR: Creates a new shape that contains geometry from this shape and _shape without modifying the original source shape.

CONSTRAINTS: Not applicable to TGIS_ShapePoint. The caller owns the returned shape.

2026/07/05 01:25

Page Tools