User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.appendgeometry_itgis_shape

Table of Contents

ITGIS_Shape.AppendGeometry method

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

Append geometry.

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

Syntax

// C#
public void AppendGeometry(
  ITGIS_Shape _shape
);
' VisualBasic
Public Sub AppendGeometry(
  ByVal _shape As ITGIS_Shape
)
// Oxygene
public
  procedure AppendGeometry(
    _shape : ITGIS_Shape
  );

Parameters

Name Type Description
_shape ITGIS_Shape shape with geometry to append

Remarks

Use this method to append geometry from other object. Can be used to safely combine shapes geometry etc.

2022/11/16 01:11

Page Tools