com.esri.arcgis.schematic
Interface ISchematicExport
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- SchematicExport
public interface ISchematicExport
- extends Serializable
Provides access to members that control the schematic exportation from a Schematic Dataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
exportSchematicDataset
void exportSchematicDataset(ISchematicDataset srcDschematicDataset,
ISchematicDataset destSchematicDataset,
int mode,
ITrackCancel trackCancel)
throws IOException,
AutomationException
- Export a SchematicDataset to another SchematicDataset.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
srcDschematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)destSchematicDataset - A reference to a com.esri.arcgis.schematic.ISchematicDataset (in)mode - A com.esri.arcgis.schematic.esriSchematicExportMode constant (in)trackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in, optional, pass 0 if not required)
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.