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

Create Test Polyline from Geometry Environment | Transform Point |

.NET Samples

Dynamic biking (Code Files: DynamicBikingCmd) | Dynamic displaytracking dynamic object (Code Files: TrackObject) | Implementing a schematic digitizing tool (Code Files: DigitTool) |

.NET Related Topics

How to build a polygon using segments and points | How to create a multipatch using a series of triangles | How to create a multipoint | How to create a polygon | How to create a polyline | How to get CAD transformation properties (from, to, angle, and scale) | How to get the points of a two-point CAD transformation | How to set CAD transformation properties (from, to, angle, and scale) | How to set the points of a two-point CAD transformation | How to use IGeometryBridge to update dynamic geometries | How to use the IEnumVertex methods | Transforming envelopes in the display | Working with GeometryEnvironment |