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


WKSPoint Structure (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

WKSPoint Structure

A two dimensional point.

Syntax

[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;

Product Availability

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

.NET Snippets

Transform Point | Create Test Polyline from Geometry Environment