com.esri.arcgis.schematic
Interface ISchematicAlgoComposite

All Superinterfaces:
ISchematicAlgorithm, java.io.Serializable
All Known Implementing Classes:
ISchematicAlgoCompositeProxy, SchematicAlgoComposite

public interface ISchematicAlgoComposite
extends ISchematicAlgorithm, java.io.Serializable

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

Description: 'Provides access to members that control the composite algorithm.' 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 IID571832a7_4949_44b8_b660_5460058b12ef
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Method Summary
 IEnumSchematicAlgorithm getAlgorithms()
          Layout Algorithms contained in the composite algorithm.
 void setAlgorithms(IEnumSchematicAlgorithm ppAlgorithms)
          Layout Algorithms contained in the composite algorithm.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef
 

Field Detail

IID571832a7_4949_44b8_b660_5460058b12ef

static final int IID571832a7_4949_44b8_b660_5460058b12ef
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

setAlgorithms

void setAlgorithms(IEnumSchematicAlgorithm ppAlgorithms)
                   throws java.io.IOException,
                          AutomationException
Layout Algorithms contained in the composite algorithm.

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

getAlgorithms

IEnumSchematicAlgorithm getAlgorithms()
                                      throws java.io.IOException,
                                             AutomationException
Layout Algorithms contained in the composite algorithm.

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