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


IMdElement.GetMessages Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdElement.GetMessages Method

Returns the messages returned from the last call to Validate().

[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

IMdElement Interface