User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.join_itgis_shape

Table of Contents

ITGIS_Shape.Join method

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

Joins the current shape to another given shape (excluding TGIS_ShapePoint).

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 join

Result

Type Description
ITGIS_Shape Returns newly created shape.

Remarks

First part of _shape is added to last part.

2022/11/16 01:11

Page Tools