User Tools

Site Tools


api:dk11:java:tatukgis.jdk.igis_editor.point

Table of Contents

IGIS_Editor.Point property

DK for Java | tatukgis.jdk.IGIS_Editor.Point | Methods | Properties

Access to individual points in a part.

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

Syntax

// Java
public TGIS_Point3D getPoint(
  int _pos
);
// Oxygene
public
  property Point[ const _pos : Integer ] : TGIS_Point3D read;

Parameters

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

Value

2025/01/31 01:18

Page Tools