User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.point

Table of Contents

IGIS_Editor.Point property

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

Access to individual points in a part.

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

Syntax

// C#
public TGIS_Point3D Point[_pos int]
{
  get {}
  set {}
}
' VisualBasic
Public Property Point(ByVal  _pos As Integer] As TGIS_Point3D
  Get
  End Get
  Set(ByVal value As TGIS_Point3D)
  End Set
End Property
// Oxygene
public
  property Point[ _pos : Integer ] : TGIS_Point3D read 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:03

Page Tools