ArcObjects Library Reference (Geoprocessing)  

IGPPoint2.Point Property

The actual the point object.

[Visual Basic .NET]
Public Property Point As IPoint
[C#]
public IPoint Point {get; set;}
[C++]
HRESULT get_Point(
  IPoint** Point
);
[C++]
HRESULT putref_Point(
  IPoint* Point
);
[C++]

Parameters

Point [out, retval]

  Point is a parameter of type IPoint

Point [in]

  Point is a parameter of type IPoint

Product Availability

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

See Also

IGPPoint2 Interface