com.esri.arcgis.arcmapui
Interface IMensurationResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
MensurationDockWin

public interface IMensurationResult
extends Serializable

Provides access to members that control mensuration result.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void updateMessage(String type, String comment, String id, String result, String headline)
          Update measurement result
 void updateResultList(IStringArray pComments, IStringArray pIDs, IStringArray pTypes, ILongArray pSelections)
          Update result lists
 

Method Detail

updateMessage

void updateMessage(String type,
                   String comment,
                   String id,
                   String result,
                   String headline)
                   throws IOException,
                          AutomationException
Update measurement result

Product Availability

Available with ArcGIS Desktop.

Parameters:
type - The type (in)
comment - The comment (in)
id - The id (in)
result - The result (in)
headline - The headline (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updateResultList

void updateResultList(IStringArray pComments,
                      IStringArray pIDs,
                      IStringArray pTypes,
                      ILongArray pSelections)
                      throws IOException,
                             AutomationException
Update result lists

Product Availability

Available with ArcGIS Desktop.

Parameters:
pComments - A reference to a com.esri.arcgis.system.IStringArray (in)
pIDs - A reference to a com.esri.arcgis.system.IStringArray (in)
pTypes - A reference to a com.esri.arcgis.system.IStringArray (in)
pSelections - A reference to a com.esri.arcgis.system.ILongArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.