com.esri.arcgis.geodatabase
Interface IPlugInDatasetLoader

All Superinterfaces:
Serializable

public interface IPlugInDatasetLoader
extends Serializable

Product Availability

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


Method Summary
 void insertRow(IRowBuffer row)
          insertRow
 

Method Detail

insertRow

void insertRow(IRowBuffer row)
               throws IOException,
                      AutomationException
insertRow

Product Availability

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

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