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