com.esri.arcgis.carto
Interface IMapIdentifyObject
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- FeatureIdentifyObject, MapServerIdentifyObject
public interface IMapIdentifyObject
- extends Serializable
Provides access to members that control the map identify object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Method Summary |
void |
setMapByRef(IMap rhs1)
The map into an identify object. |
setMapByRef
void setMapByRef(IMap rhs1)
throws IOException,
AutomationException
- The map into an identify object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
rhs1
- A reference to a com.esri.arcgis.carto.IMap (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.