ArcObjects Library Reference (Geoprocessing)  

IGpDescribeGeometry.LastPoint Property

The last point of the geometry object.

[Visual Basic .NET]
Public ReadOnly Property LastPoint As String
[C#]
public string LastPoint {get;}
[C++]
HRESULT get_LastPoint(
  BSTR* LastPoint
);
[C++]

Parameters

LastPoint [out, retval]   LastPoint is a parameter of type BSTR

Product Availability

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

See Also

IGpDescribeGeometry Interface