|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicXmlBuilderContext
Provides access to members that control information related to the context when the Xml builder runs.
This interface is new at ArcGIS 9.3.
Method Summary | |
---|---|
Object |
getApplicationHook()
ESRI application hook (desktop application or engine application) for the XML plugin component. |
Object |
getXmlSource()
Xml Source to parse for generating/updating the diagram. |
void |
setApplicationHookByRef(Object hook)
ESRI application hook (desktop application or engine application) for the XML plugin component. |
void |
setXmlSource(Object xmlSource)
Xml Source to parse for generating/updating the diagram. |
Method Detail |
---|
void setXmlSource(Object xmlSource) throws IOException, AutomationException
xmlSource
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getXmlSource() 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.Object getApplicationHook() throws IOException, AutomationException
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 |