DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.PointsZ | Methods | Properties
Raw internal storage of Z coordinates in SHP-compatible form.
// C# public Pointer PointsZ { get {} }
' VisualBasic Public Property PointsZ As Pointer Get End Get End Property
// Oxygene public property PointsZ : Pointer read;
| Type |
|---|
| unsafe void* Pointer |
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.