Home > Working with SGWorld > Navigate (INavigate6) > 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
· 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.