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


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

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(
  System.String* 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