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


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

IEditor2.AuxiliarySelectionAnchor Property

The auxiliary selection anchor.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

The AuxiliarySelectionAnchor is a second selection anchor that can be used in tandem with the Editor's SelectionAnchor.  The AuxiliarySelectionAnchor is represented as a small '+' sign on the display. 

 

 

In some cases you may want to rotate features around the Editor's selection anchor and snap them to other feature geometries.  Like the SelectionAnchor, the AuxiliarySelectionAnchor honors any active snap agents.

See Also

IEditor2 Interface