com.esri.arcgis.geodatabase
Interface IPlugInDatasetLoad

All Superinterfaces:
Serializable

public interface IPlugInDatasetLoad
extends Serializable

Product Availability

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


Method Summary
 void getLoader(int classIndex, IPlugInDatasetLoader loader)
          getLoader
 

Method Detail

getLoader

void getLoader(int classIndex,
               IPlugInDatasetLoader loader)
               throws IOException,
                      AutomationException
getLoader

Product Availability

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

Parameters:
classIndex - The classIndex (in)
loader - A reference to a com.esri.arcgis.geodatabase.IPlugInDatasetLoader (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.