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


IMessageTemplate.FormatMessage Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IMessageTemplate.FormatMessage Method

Generate the formatted message for the data (message or feature) provided.

[Visual Basic .NET]
Public Function FormatMessage ( _
    ByVal dataObject As Object _
) As String
[C#]
public string FormatMessage (
    object dataObject
);
[C++]
HRESULT FormatMessage(
  LPUNKNOWN dataObject,
  BSTR* formatedMessage
);
[C++]

Parameters dataObject [in] dataObject is a parameter of type LPUNKNOWN formatedMessage [out, retval] formatedMessage is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IMessageTemplate Interface