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

Add a new point for a group.

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 be added; expected Viewer coordinate system

Remarks

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

2025/01/31 01:07

Page Tools