User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.updatepoint_integer_integer_tgis_point

Table of Contents

TGIS_Shape.UpdatePoint method

DK11 for Delphi | GisLayerVector.TGIS_Shape.UpdatePoint | Constructors | Fields | Methods | Properties

Update point value.

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

Syntax

// Delphi
public
  procedure UpdatePoint(
    const _part : Integer;
    const _pos : Integer;
    const _ptg : TGIS_Point
  ); virtual; abstract;
// C++ Builder
public:
  virtual void UpdatePoint(
    const int _part,
    const int _pos,
    TGIS_Point* const _ptg
  ) = 0;

Parameters

Name Type Description
_part Integer part number
_pos Integer point number
_ptg TGIS_Point point to be set; in layer units
2024/08/01 01:06

Page Tools