This document is archived and information here might be outdated.  Recommended version.


WKSPointZ Structure (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

WKSPointZ Structure

A three dimensional point.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   X As Double,
   Y As Double,
   Z As Double
)
[C#]
public WKSPointZ {
   double X,
   double Y,
   double Z
)
[C++]
typedef struct WKSPointZ {
double X;
double Y;
double Z; } WKSPointZ;

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.