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


IMensurationResult.UpdateMessage Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IM > IMensurationResult Interface > IMensurationResult.UpdateMessage Method
ArcGIS Developer Help

IMensurationResult.UpdateMessage Method

Update measurement result

[Visual Basic .NET]
Public Sub UpdateMessage ( _
    ByVal Type As String, _
    ByVal comment As String, _
    ByVal id As String, _
    ByVal result As String, _
    ByVal headline As String _
)
[C#]
public void UpdateMessage (
    string Type,
    string comment,
    string id,
    string result,
    string headline
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMensurationResult Interface