User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_shape.addpoint_tgis_point

Table of Contents

TGIS_Shape.AddPoint method

DK11 for Python | tatukgis.pdk.TGIS_Shape.AddPoint | Constructors | Methods | Properties

Add a point to the last part of the shape.

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

Syntax

# Python
def AddPoint(
  self,
  _ptg: TGIS_Point
) -> None: 

Parameters

Name Type Description
_ptg TGIS_Point point to be added

Remarks

Internal representation of a shape is the same as in the SHP file. If you want to set a new geometry, this will call Reset, AddPart, AddPoint...AddPoint. For TGIS_ShapePoint, only one Part and one Point is allowed.

See TGIS_Shape.Lock for details and example.

References

2023/08/09 01:59

Page Tools