com.esri.arcgis.carto
Interface IPluginImageLayer

All Superinterfaces:
Serializable
All Known Implementing Classes:
IPluginImageLayerProxy

public interface IPluginImageLayer
extends Serializable

Provides access to members that controls a plugin image layer.

Product Availability

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


Method Summary
 IName getImageDataSourceName()
          The image data source name.
 

Method Detail

getImageDataSourceName

IName getImageDataSourceName()
                             throws IOException,
                                    AutomationException
The image data source name.

Product Availability

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

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