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


IGPPoint Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPPoint Interface
ArcGIS Developer Help

IGPPoint Interface

Provides access to the properties/methods of a geoprocessing point object.

Product Availability

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

Members

Name Description
Method SetCoords Sets the x/y coordinates of the point.
Read/write property X The X coordinate of the point.
Read/write property Y The Y coordinate of the point.

Classes that implement IGPPoint

Classes Description
GPPoint Geoprocessing value object containing a point geometry.