User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shape.appendgeometry_tgis_shape

Table of Contents

TGIS_Shape.AppendGeometry method

DK11 for .NET | TatukGIS.NDK.TGIS_Shape.AppendGeometry | Constructors | Fields | Methods | Properties

Append geometry.

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

Syntax

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

Parameters

Name Type Description
_shape TGIS_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:35

Page Tools