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


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

IGpPointObject Interface

Provides access to the Dispatch Point Object.

Product Availability

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

Members

Name Description
Method Clone Clones the point object.
Read/write property ID The ID coordinate.
Read/write property M The M coordinate.
Method SetPoint Set point attributes to that of the given point geometry object.
Read/write property X The X coordinate.
Read/write property Y The Y coordinate.
Read/write property Z The Z coordinate.

Classes that implement IGpPointObject

Classes Description
GpPointObject Geoprocessing Point object.