|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMensurationResult
Provides access to members that control mensuration result.
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 |
---|
void updateMessage(String type, String comment, String id, String result, String headline) throws IOException, AutomationException
type
- The type (in)comment
- The comment (in)id
- The id (in)result
- The result (in)headline
- The headline (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void updateResultList(IStringArray pComments, IStringArray pIDs, IStringArray pTypes, ILongArray pSelections) throws IOException, AutomationException
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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |