Home > All Other Interfaces > IPosition > Move

Move

Moves a coordinate a specific distance.

 

JavaScript

 

Move(

      Distance,

      Yaw,

      Pitch)

 

C#

 

IPosition6 Move(

      double Distance,

      double Yaw,

      double Pitch)

 

C++

 

HRESULT Move(

      double Distance,

      double Yaw,

      double Pitch,

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