ITerraExplorerMessage80

Message objects in TerraExplorer are triggered when the user double-clicks on the Project Tree entry that represents the object or clicks the object in the 3D Window. The message object defines the content of the message and where it should be displayed when triggered. Currently, the client can choose either a simple text message, HTML page to be displayed (allowing virtually an unlimited set of messages such as sounds or animated GIFs) or a script message. Several objects can simultaneously own the same message object, meaning that the same message is displayed when clicking on those objects.

When using TerraExplorer Viewer, the properties for the message object are read-only.

 

 

Properties

 

BringToFront

Gets and sets a Boolean that determines whether the message automatically appears in front of any other content that might already be present in the destination container.

TargetPosition

Gets and sets the location of the message on the screen.

ClientData

Gets and sets an array of text strings assigned to each object global namespace. (Inherited from ITerraExplorerObject80)

ID

Gets the ID of the object. (Inherited from ITerraExplorerObject80)

ObjectType

Gets an enum that identifies the type of the object. (Inherited from ITerraExplorerObject80)

SaveInFlyFile

Reserved. Do not use.

Text

Gets and sets a text message to be displayed when the message object is triggered.

Type

Gets and sets an enum that determines whether the message is text, script, or a URL.

URL

Gets and sets the URL of the file to be displayed.

 

Methods

 

GetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject80)

SetParam

Reserved. Currently not used. (Inherited from ITerraExplorerObject80)