ArcObjects Library Reference (Display)  

IAnchorPoint.MoveTo Method

Move the anchor.

[Visual Basic .NET]
Public Sub MoveTo ( _
    ByVal pPoint As IPoint, _
    ByVal Display As IDisplay _
)
[C#]
public void MoveTo (
    IPoint pPoint,
    IDisplay Display
);
[C++]
HRESULT MoveTo(
  IPoint* pPoint,
  IDisplay* Display
);
[C++]

Parameters

pPoint [in]

  pPoint is a parameter of type IPoint

Display [in]

  Display is a parameter of type IDisplay

Product Availability

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

See Also

IAnchorPoint Interface