com.esri.arcgis.schematic
Interface ISchematicStandardBuilderContext

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicStandardBuilderContextProxy

public interface ISchematicStandardBuilderContext
extends java.io.Serializable

COM Interface 'ISchematicStandardBuilderContext'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control information related to the context when the schematic Standard builder runs.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2313aebe_c280_46df_9234_1f07d499e5b1
           
static int xxDummy
          Deprecated. Internal use only
 
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.
 

Field Detail

IID2313aebe_c280_46df_9234_1f07d499e5b1

static final int IID2313aebe_c280_46df_9234_1f07d499e5b1
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setInitialObjectsByRef

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

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

getInitialObjects

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

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