This document is archived and information here might be outdated. Recommended version. |
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**
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.