com.esri.arcgis.carto
Interface IBasicMapIdentifyObject
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- FeatureIdentifyObject, MapServerIdentifyObject
public interface IBasicMapIdentifyObject
- extends Serializable
Provides access to members that control the basic map identify object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
setBasicMapByRef
void setBasicMapByRef(IBasicMap rhs1)
throws IOException,
AutomationException
- The basic 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.IBasicMap (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.