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


IEditSketch.LastPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditSketch Interface > IEditSketch.LastPoint Property
ArcGIS Developer Help

IEditSketch.LastPoint Property

The last point in the edit sketch.

[Visual Basic .NET]
Public ReadOnly Property LastPoint As IPoint
[C#]
public IPoint LastPoint {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to retrieve the last point in the edit sketch.

See Also

IEditSketch Interface