This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IAnchorPoint Interface > IAnchorPoint.MoveTo Method (ArcObjects .NET 10.5 SDK) |
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