This document is archived and information here might be outdated.  Recommended version.


IKmlConvertor2.GetMessages Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IKmlConvertor2.GetMessages Method

Returns the messages.

[Visual Basic .NET]
Public Function GetMessages ( _
) As IGPMessages
[C#]
public IGPMessages GetMessages (
);
[C++]
HRESULT GetMessages(
  IGPMessages** messages
);
[C++]

Parameters messages [out, retval]
messages is a parameter of type IGPMessages

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IKmlConvertor2 Interface