com.esri.arcgis.schematic
Interface ISchematicXmlGenerate

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicXmlGenerateProxy

public interface ISchematicXmlGenerate
extends Serializable

Provides access to members that control an applicative Xml plugin for generating diagrams.

Product Availability

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


Method Summary
 void generateXmlData(String diagramName, String diagramClassName, Object[] xmlSource, boolean[] cancel)
          XML source that will be used to generate the diagram.
 Object getApplicationHook()
          Esri application hook (desktop application or engine application).
 void setApplicationHookByRef(Object hook)
          Esri application hook (desktop application or engine application).
 

Method Detail

getApplicationHook

Object getApplicationHook()
                          throws IOException,
                                 AutomationException
Esri application hook (desktop application or engine application).

Product Availability

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

Returns:
A reference to another Automation Object (IDispatch)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setApplicationHookByRef

void setApplicationHookByRef(Object hook)
                             throws IOException,
                                    AutomationException
Esri application hook (desktop application or engine application).

Product Availability

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

Parameters:
hook - A reference to another Automation Object (IDispatch) (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

generateXmlData

void generateXmlData(String diagramName,
                     String diagramClassName,
                     Object[] xmlSource,
                     boolean[] cancel)
                     throws IOException,
                            AutomationException
XML source that will be used to generate the diagram.

Product Availability

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

Parameters:
diagramName - The diagramName (in)
diagramClassName - The diagramClassName (in)
xmlSource - A Variant (in/out: use single element array)
cancel - The cancel (in/out: use single element array)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.