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


IEngineEditor2.SelectionAnchor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditor2 Interface > IEngineEditor2.SelectionAnchor Property
ArcGIS Developer Help

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