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


IMensurationResult.UpdateResultList 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.UpdateResultList Method
ArcGIS Developer Help

IMensurationResult.UpdateResultList Method

Update result lists

[Visual Basic .NET]
Public Sub UpdateResultList ( _
    ByVal pComments As IStringArray, _
    ByVal pIDs As IStringArray, _
    ByVal pTypes As IStringArray, _
    ByVal pSelections As ILongArray _
)
[C#]
public void UpdateResultList (
    IStringArray pComments,
    IStringArray pIDs,
    IStringArray pTypes,
    ILongArray pSelections
);

Product Availability

Available with ArcGIS Desktop.

See Also

IMensurationResult Interface