Home > Working with SGWorld > Navigate (INavigate6) > JumpTo

JumpTo

Instructs the camera to jump straight to the point of interest.

 

JavaScript

 

JumpTo(

      target)

 

C#

 

void JumpTo(

      object target)

 

C++

 

HRESULT JumpTo(

      VARIANT target)

 

Parameters

target

Can be any of the following:

·         An object ID represented as a string.

·         ITerraExplorerObject6 derived object

·         ProjectTree ItemID

·         IPosition6 object

Exceptions

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