GetMessageObject

Returns the interface of the message object directly from its owner object.

Note:    The returning object can be either IPopupMessage65 or ITerraExplorerMessage65.

 

JavaScript

 

GetMessageObject()

 

C#

 

ITerraExplorerObject65 GetMessageObject()

 

C++

 

HRESULT GetMessageObject(

       ITerraExplorerObject65** pITerraExplorerObject65)

Return Value

ITerraExplorerObject65

An ITerraExplorerObject65, representing the message object.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.