com.esri.arcgis.carto
Interface ISimpleMapImage
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SimpleMapImage
public interface ISimpleMapImage
- extends Serializable
Provides access to members that control a simple MapImage.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
setExtent
void setExtent(IEnvelope rhs1)
throws IOException,
AutomationException
- The extent of the image.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
rhs1
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.