User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.getfirstpoint_void

Table of Contents

ITGIS_Shape.GetFirstPoint method

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

Returns the first 2D vertex of the shape.

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

Syntax

// C#
public ITGIS_Point GetFirstPoint();
' VisualBasic
Public Function GetFirstPoint() As ITGIS_Point
// Oxygene
public
  function GetFirstPoint : ITGIS_Point;

Result

Type Description
ITGIS_Point First point in the shape in layer coordinate space.

Remarks

PURPOSE: Provides convenient access to the starting vertex of the shape geometry.

BEHAVIOR: Returns the first point from the first part.

2026/07/05 01:25

Page Tools