com.esri.arcgis.schematic
Interface ISchematicXmlUpdate

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicXmlUpdateProxy

public interface ISchematicXmlUpdate
extends Serializable

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

Product Availability

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


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

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.

updateXmlData

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

Product Availability

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

Parameters:
diagramName - The diagramName (in)
diagramClassName - The diagramClassName (in)
updateInformation - The updateInformation (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.