ArcObjects Library Reference (Editor)  

ISketchTool.Anchor Property

The anchor of the sketch.

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

Product Availability

Available with ArcGIS Desktop.

Description

Read-only property. Returns the point location for the sketch anchor .

Remarks

The anchor point is the pivot point for the rubberband feedback used in sketching polylines and polygons. It is also the last point added to the edit sketch.

See Also

ISketchTool Interface