Move

Moves a coordinate a specific distance.

 

JavaScript

 

Move(

       Distance,

       Yaw,

       Pitch)

 

C#

 

IPosition80 Move(

       double Distance,

       double Yaw,

       double Pitch)

 

C++

 

HRESULT Move(

       double Distance,

       double Yaw,

       double Pitch,

       IPosition80** 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 IPosition80 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.