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.

·         ITerraExplorerObject61 derived object

·         ProjectTree ItemID

·         IPosition61 object

Exceptions

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