ArcObjects Library Reference (Display)  

ICalloutFeedback2.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

ICalloutFeedback2 Interface