Syntax
[Visual Basic .NET]
Public Sub New ( _
x As Integer,
y As Integer
)
[C#]
public tagPOINT {
int x,
int y
)
[C++]
typedef struct tagPOINT {
long x;
long y;
} tagPOINT;
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.