User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_editor.point

Table of Contents

IGIS_Editor.Point property

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

Access to individual points in a part.

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

Syntax

// Delphi
public
  property Point[ const _pos : Integer ] : TGIS_Point3D read write;
// C++ Builder
public:
  __property TGIS_Point3D* Point = {read, write};

Parameters

Name Type Description
_pos Integer index of individual point on a shape; points are counted from 0 to PointCount.

Value

2025/01/31 01:07

Page Tools