Moves a coordinate a specific distance.
JavaScript |
|
Move( Distance, Yaw, Pitch) |
C# |
|
IPosition66 Move( double Distance, double Yaw, double Pitch) |
C++ |
|
HRESULT Move( double Distance, double Yaw, double Pitch, IPosition66** pVal) |
Parameters
Distance
The distance to move.
Yaw
The direction to move the coordinate.
Pitch
The pitch angle to move the coordinate.
Return Value
pVal
An IPosition66 representing the new position after the move, defined by its coordinates in the 3D World.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.