SetGPSPosition

Sets the GPS position.

 

JavaScript

 

SetGPSPosition(

       Position)

 

C#

 

void SetGPSPosition (

       IPosition80 Position)

 

C++

 

HRESULT SetGPSPosition (

       IPosition80 * Position)

 

Parameters

Position

An IPosition80 representing the position of the camera, defined by its coordinates in the 3D World.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.