This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Structures > W > WKSPoint Structure (ArcObjects .NET 10.5 SDK) |
A two dimensional point.
[Visual Basic .NET] Public Sub New ( _ X As Double, Y As Double )
[C#] public WKSPoint { double X, double Y )
[C++]
typedef struct WKSPoint {
double X;
double Y; } WKSPoint;