User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.addpointex_itgis_point3d

Table of Contents

IGIS_Editor.AddPointEx method

DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.AddPointEx | Methods | Properties

Adds a point to the end of the current part of the edited shape within a group.

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

Syntax

// C#
public void AddPointEx(
  ITGIS_Point3D _ptg
);
' VisualBasic
Public Sub AddPointEx(
  ByVal _ptg As ITGIS_Point3D
)
// Oxygene
public
  procedure AddPointEx(
    _ptg : ITGIS_Point3D
  );

Parameters

Name Type Description
_ptg ITGIS_Point3D Point to add in Viewer coordinates.

Remarks

Use this method to append a point to the tail of the current part of the currently edited shape within a group. See TGIS_Shape.Reverse for an example.

2026/07/11 00:07

Page Tools