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


IRotateTextFeedback.Anchor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRotateTextFeedback Interface > IRotateTextFeedback.Anchor Property
ArcGIS Developer Help

IRotateTextFeedback.Anchor Property

The anchor point of the feedback.

[Visual Basic .NET]
Public ReadOnly Property Anchor As IPoint
[C#]
public IPoint Anchor {get;}
[C++]
HRESULT get_Anchor(
  IPoint** Anchor
);
[C++]
Parameters
Anchor [out, retval]

Anchor is a parameter of type IPoint**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRotateTextFeedback Interface