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

The object to jump to. This parameter can be any of the following:

·          An object ID represented as a string.

·          ITerraExplorerObject80 derived object

·          ProjectTree GroupID

·          IPosition80 object

Exceptions

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