|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicXmlGenerate
Provides access to members that control an applicative Xml plugin for generating diagrams.
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 |
---|
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 generateXmlData(String diagramName, String diagramClassName, Object[] xmlSource, boolean[] cancel) throws IOException, AutomationException
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)
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 |