|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicXmlUpdate
Provides access to members that control an applicative Xml plugin for updating.
| 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 |
|---|
Object getApplicationHook()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setApplicationHookByRef(Object hook)
throws IOException,
AutomationException
hook - A reference to another Automation Object (IDispatch) (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateXmlData(String diagramName,
String diagramClassName,
String updateInformation,
Object[] xmlSource,
boolean[] cancel)
throws IOException,
AutomationException
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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||