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


IAnchorPoint.MoveTo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IAnchorPoint Interface > IAnchorPoint.MoveTo Method
ArcGIS Developer Help

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