com.esri.arcgis.schematic
Interface ISchematicXmlBuilderContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicXmlBuilderContextProxy

public interface ISchematicXmlBuilderContext
extends Serializable

Provides access to members that control information related to the context when the Xml builder runs.

Description

This interface is new at ArcGIS 9.3.

Product Availability

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


Method Summary
 Object getXmlSource()
          Xml Source.
 void setXmlSource(Object pXmlSource)
          Xml Source.
 

Method Detail

setXmlSource

void setXmlSource(Object pXmlSource)
                  throws IOException,
                         AutomationException
Xml Source.

Product Availability

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

Parameters:
pXmlSource - A Variant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXmlSource

Object getXmlSource()
                    throws IOException,
                           AutomationException
Xml Source.

Product Availability

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

Returns:
A Variant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.