com.esri.arcgis.schematic
Interface ISchematicStandardBuilderContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicStandardBuilderContextProxy

public interface ISchematicStandardBuilderContext
extends Serializable

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

Product Availability

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


Method Summary
 IEnumObject getInitialObjects()
          Initial set of objects the schematic Standard builder works with.
 void setInitialObjectsByRef(IEnumObject enumObject)
          Initial set of objects the schematic Standard builder works with.
 

Method Detail

setInitialObjectsByRef

void setInitialObjectsByRef(IEnumObject enumObject)
                            throws IOException,
                                   AutomationException
Initial set of objects the schematic Standard builder works with.

Product Availability

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

Parameters:
enumObject - A reference to a com.esri.arcgis.geodatabase.IEnumObject (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getInitialObjects

IEnumObject getInitialObjects()
                              throws IOException,
                                     AutomationException
Initial set of objects the schematic Standard builder works with.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.geodatabase.IEnumObject
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.