[in, out] MsgClient – An enum that indicates where a particular message is displayed. This parameter is ignored if the message type is set to TYPE_SCRIPT. The following are the MsgClient enumerations:
CLIENT_UPPER_LEFT
= 0
The message appears in TerraExplorer's upper left container.
CLIENT_LOWER_LEFT = 1
The message appears in TerraExplorer's lower left container.
CLIENT_MAIN = 2
The message appears in TerraExplorer's main container.
CLIENT_MESSAGE_BAR
= 3
The message appears in TerraExplorer's message bar.
CLIENT_FLOAT =
4
The message appears in the default web browser (outside of
TerraExplorer).
CLIENT_POPUP = 5
The message appears in a floating pop-up window.