This document is archived and information here might be outdated. Recommended version. |
Moves from the current edge to an adjacent edge closest to newLocation. Returns true when that move is clear, or false if it crosses a multi-way branch (in that case, then use FinishMoveTo).
[Visual Basic .NET] Public Function MoveTo ( _ ByVal newLocation As IPoint _ ) As Boolean
[C#] public bool MoveTo ( IPoint newLocation );
[C++]
HRESULT MoveTo(
IPoint* newLocation
);
[C++]
Parameters newLocation
newLocation is a parameter of type IPoint*