User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.pointsz

Table of Contents

ITGIS_Shape.PointsZ property

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

Raw internal storage of Z coordinates in SHP-compatible form.

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

Syntax

// C#
public Pointer PointsZ
{
  get {}
}
' VisualBasic
Public Property PointsZ As Pointer
  Get
  End Get
End Property
// Oxygene
public
  property PointsZ : Pointer read;

Value

Type
unsafe void*
Pointer

Remarks

PURPOSE: Provides direct access to elevation values for 3D shapes during low-level geometry processing and format import or export.

BEHAVIOR: The buffer stores one Z value for each vertex in the XY coordinate buffer. It is used only when the shape supports Z coordinates.

USAGE: Use this property only when working with raw 3D geometry buffers.

CONSTRAINTS: Raw internal storage with no bounds checking. Incorrect modification can corrupt shape geometry.

2026/07/05 01:25

Page Tools