com.esri.arcgis.carto
Interface IMapServerIdentifyObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
MapServerIdentifyObject, SimpleMapServerIdentifyObject

public interface IMapServerIdentifyObject
extends Serializable

Provides access to the available properties of a map server identify object.

Remarks

This object is only supported with a desktop installation of ArcGIS.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IMapServerIdentifyResult getMapServerIdentifyResult()
          The Map Server Identify Result.
 void setMapServerIdentifyResult(IMapServerIdentifyResult result)
          The Map Server Identify Result.
 

Method Detail

setMapServerIdentifyResult

void setMapServerIdentifyResult(IMapServerIdentifyResult result)
                                throws IOException,
                                       AutomationException
The Map Server Identify Result.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
result - A reference to a com.esri.arcgis.carto.IMapServerIdentifyResult (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMapServerIdentifyResult

IMapServerIdentifyResult getMapServerIdentifyResult()
                                                    throws IOException,
                                                           AutomationException
The Map Server Identify Result.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.carto.IMapServerIdentifyResult
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.