This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Structures > W > WKSPointZ Structure (ArcObjects .NET 10.4 SDK) |
A three dimensional point.
[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;