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


ICalloutFeedback.MoveAnchorTo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

ICalloutFeedback.MoveAnchorTo Method

Moves the anchor point to the given point.

[Visual Basic .NET]
Public Sub MoveAnchorTo ( _
    ByVal Point As IPoint _
)
[C#]
public void MoveAnchorTo (
    IPoint Point
);
[C++]
HRESULT MoveAnchorTo(
  IPoint* Point
);
[C++]

Parameters Point [in]
Point is a parameter of type IPoint

Product Availability

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

See Also

ICalloutFeedback Interface