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.
· ITerraExplorerObject66 derived object
· ProjectTree GroupID
· IPosition66 object
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.