TargetPosition

Gets and sets an enum determining the location of the message on the screen. The MsgTargetPosition enum can use any of the following values:

§   MTP_ LEFT = 0
The message appears in TerraExplorer's left container.

§   MTP_MAIN = 2
The message appears in TerraExplorer's main container.

§   MTP_MESSAGE_BAR = 3
The message appears in TerraExplorer's message bar.

§   MTP_FLOAT = 4
The message appears in the default web browser (outside of TerraExplorer).

§   MTP_POPUP = 5
The message appears in a floating pop-up window.

 

JavaScript

 

 

 

TargetPosition

 

C#

 

 

 

MsgTargetPosition TargetPosition { get; set; }

 

C++

 

 

 

HRESULT TargetPosition([out, retval] MsgTargetPosition* pVal)

HRESULT TargetPosition([in] MsgTargetPosition pVal)