ArcObjects Library Reference (Controls)  

IEngineEditor2.SelectionAnchor Property

The selection anchor point.

[Visual Basic .NET]
Public ReadOnly Property SelectionAnchor As IAnchorPoint
[C#]
public IAnchorPoint SelectionAnchor {get;}
[C++]
HRESULT get_SelectionAnchor(
  IAnchorPoint** selAnchor
);
[C++]

Parameters

selAnchor [out, retval]

  selAnchor is a parameter of type IAnchorPoint

Product Availability

Available with ArcGIS Engine.

Description

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

IEngineEditor2 Interface