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


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

IEditor.SelectionAnchor Property

The selection anchor point.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

Editing tools that require the location of the selection anchor can conveniently get it from the SelectionAnchor property. For example, the editor's Rotate Tool rotates features around the selection anchor.

See Also

IEditor Interface