User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.getpoint_integer_integer

ITGIS_Shape.GetPoint method

DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetPoint | Methods | Properties

Returns the 2D vertex at the specified part and position.

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

Syntax

// C#
public ITGIS_Point GetPoint(
  int _part,
  int _pos
);
' VisualBasic
Public Function GetPoint(
  ByVal _part As Integer,
  ByVal _pos As Integer
) As ITGIS_Point
// Oxygene
public
  function GetPoint(
    _part : Integer;
    _pos : Integer
  ) : ITGIS_Point;

Parameters

Name Type Description
_part int
Integer
zero-based part index
_pos int
Integer
zero-based vertex index within the part

Result

Type Description
ITGIS_Point Point coordinates in the layer coordinate space.

Remarks

PURPOSE: Provides direct access to stored XY geometry coordinates for inspection or processing.

BEHAVIOR: Reads the point from the specified part and vertex position without coordinate transformation.

References

2026/07/05 01:25

Page Tools