This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditSketch Interface > IEngineEditSketch.LastPoint Property (ArcObjects .NET 10.5 SDK) |
The last point in the edit sketch.
[Visual Basic .NET] Public ReadOnly Property LastPoint As IPoint
[C#] public IPoint LastPoint {get;}
[C++]
HRESULT get_LastPoint(
IPoint** point
);
[C++]
Parameters point [out, retval]
point is a parameter of type IPoint
Use this property to retrieve the last point in the edit sketch.