User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.getfirstpoint3d_void

Table of Contents

ITGIS_Shape.GetFirstPoint3D method

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

Returns the first 3D vertex of the shape.

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

Syntax

// C#
public ITGIS_Point3D GetFirstPoint3D();
' VisualBasic
Public Function GetFirstPoint3D() As ITGIS_Point3D
// Oxygene
public
  function GetFirstPoint3D : ITGIS_Point3D;

Result

Type Description
ITGIS_Point3D First point including Z in the layer coordinate space.

Remarks

PURPOSE: Provides convenient access to the starting vertex of elevation-aware geometry.

BEHAVIOR: Returns the first point from the first part, including Z information when available.

2026/07/05 01:25

Page Tools