com.esri.arcgis.schematic
Interface ISchematicElementContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicElementContainerProxy, SchematicDiagram

public interface ISchematicElementContainer
extends java.io.Serializable

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

Description: 'Provides access to members that control the schematic elements within a container (that is, within a schematic diagram).' 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 IID5d6055b2_6ded_4458_9df9_4a42004a01d1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicElement getSchematicElementByName(int type, java.lang.String name)
          Schematic element referenced by the specified Name and related to specified element type.
 IEnumSchematicElement getSchematicElements()
          Schematic elements enumeration within the container.
 IEnumSchematicElement getSchematicElementsByType(int type)
          Schematic elements referenced by the specified element type.
 

Field Detail

IID5d6055b2_6ded_4458_9df9_4a42004a01d1

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

getSchematicElements

IEnumSchematicElement getSchematicElements()
                                           throws java.io.IOException,
                                                  AutomationException
Schematic elements enumeration within the container.

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

getSchematicElementsByType

IEnumSchematicElement getSchematicElementsByType(int type)
                                                 throws java.io.IOException,
                                                        AutomationException
Schematic elements referenced by the specified element type.

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

getSchematicElementByName

ISchematicElement getSchematicElementByName(int type,
                                            java.lang.String name)
                                            throws java.io.IOException,
                                                   AutomationException
Schematic element referenced by the specified Name and related to specified element type.

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