com.esri.arcgis.schematic
Interface ISchematicDiagramClassContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicDiagramClassContainerProxy, SchematicDataset, SchematicDiagramClass

public interface ISchematicDiagramClassContainer
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic diagram class container.' 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 IID577fd095_257f_45b1_8e94_cae217e5a162
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicDiagramClass getSchematicDiagramClass(java.lang.String name)
          Schematic diagram class referenced by the specified Name.
 IEnumSchematicDiagramClass getSchematicDiagramClasses()
          Schematic diagram classes enumeration within the schematic diagram class container.
 

Field Detail

IID577fd095_257f_45b1_8e94_cae217e5a162

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

getSchematicDiagramClasses

IEnumSchematicDiagramClass getSchematicDiagramClasses()
                                                      throws java.io.IOException,
                                                             AutomationException
Schematic diagram classes enumeration within the schematic diagram class container.

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

getSchematicDiagramClass

ISchematicDiagramClass getSchematicDiagramClass(java.lang.String name)
                                                throws java.io.IOException,
                                                       AutomationException
Schematic diagram class referenced by the specified Name.

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