ArcObjects Library Reference (Controls)  

IEngineEditSketch.LastPoint Property

The last point in the edit sketch.

ERROR: Syntax information about IEngineEditSketch.LastPoint may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Controls.dll

[C++]
HRESULT get_LastPoint(
  IPoint** point
);
[C++]

Parameters

point [out, retval]

  point is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine.

Description

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

See Also

IEngineEditSketch Interface