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


IEditor2.ResetAuxiliarySelectionAnchorLocation Method (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.ResetAuxiliarySelectionAnchorLocation Method
ArcGIS Developer Help

IEditor2.ResetAuxiliarySelectionAnchorLocation Method

Places the auxiliary selection anchor near the main anchor.

[Visual Basic .NET]
Public Sub ResetAuxiliarySelectionAnchorLocation ( _
)
[C#]
public void ResetAuxiliarySelectionAnchorLocation (
);

Product Availability

Available with ArcGIS Desktop.

Remarks

Resets the auxiliary selection anchor to the default location.  The anchor location is also reset whenever the feature selection changes.

See Also

IEditor2 Interface