com.esri.arcgis.geoprocessing
Interface IMBImport

All Superinterfaces:
Serializable
All Known Implementing Classes:
MBImport

public interface IMBImport
extends Serializable

Provides access to ModelBuilder Import Interface.

Product Availability

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


Method Summary
 void importMetadata(String file, IMdModel pModel, IPropertySet pMetadata)
          Loads ArcView 3 ModelBuilder metadata.
 IMdModel importXMD(String file)
          Loads ArcView 3 ModelBuilder model.
 

Method Detail

importXMD

IMdModel importXMD(String file)
                   throws IOException,
                          AutomationException
Loads ArcView 3 ModelBuilder model.

Product Availability

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

Supported Platforms

Windows

Parameters:
file - The file (in)
Returns:
A reference to a com.esri.arcgis.geoprocessing.IMdModel
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

importMetadata

void importMetadata(String file,
                    IMdModel pModel,
                    IPropertySet pMetadata)
                    throws IOException,
                           AutomationException
Loads ArcView 3 ModelBuilder metadata.

Product Availability

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

Parameters:
file - The file (in)
pModel - A reference to a com.esri.arcgis.geoprocessing.IMdModel (in)
pMetadata - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.