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.