User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.addpoint_itgis_point3d

Table of Contents

IGIS_Editor.AddPoint method

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

Add a new point.

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

Syntax

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

Parameters

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

2025/01/31 01:03

Page Tools