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


IEditor2.AuxiliarySelectionAnchorEnabled Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

IEditor2.AuxiliarySelectionAnchorEnabled Property

Indicates whether the selection anchor is drawn.

[Visual Basic .NET]
Public Property AuxiliarySelectionAnchorEnabled As Boolean
[C#]
public bool AuxiliarySelectionAnchorEnabled {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The auxiliary selection anchor can be displayed at any point; however, it can only be used while using the Editor's Scale or Rotate tools.

See Also

IEditor2 Interface