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


ISketchTool.Anchor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISketchTool Interface > ISketchTool.Anchor Property
ArcGIS Developer Help

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