com.esri.arcgis.schematic
Interface ISchematicElementClassContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicElementClassContainerProxy, SchematicDataset, SchematicElementClass

public interface ISchematicElementClassContainer
extends java.io.Serializable

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

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

Field Detail

IID4230a0cc_f3d2_4c90_87fd_e38bf4bf376d

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

getSchematicElementClasses

IEnumSchematicElementClass getSchematicElementClasses()
                                                      throws java.io.IOException,
                                                             AutomationException
Schematic element classes enumeration within the schematic element class container.

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

getSchematicElementClass

ISchematicElementClass getSchematicElementClass(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.ISchematicElementClass
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.