User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_editor.addpointex_tgis_point3d

Table of Contents

IGIS_Editor.AddPointEx method

DK for Delphi | GisInterfaces.IGIS_Editor.AddPointEx | Methods | Properties

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

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

Syntax

// Delphi
public
  procedure AddPointEx(
    const _ptg : TGIS_Point3D
  );
// C++ Builder
public:
  void AddPointEx(
    TGIS_Point3D* const _ptg
  ) = 0;

Parameters

Name Type Description
_ptg TGIS_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. See TGIS_Shape.Reverse for an example.

2026/08/30 01:55

Page Tools