com.esri.arcgis.schematic
Interface ISchematicElementAssociationContainer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicElementAssociationContainerProxy, SchematicElementClass, SchematicLink, SchematicNode, SchematicNodeOnLink, SchematicSubLink

public interface ISchematicElementAssociationContainer
extends java.io.Serializable

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

Description: 'Provides access to members that control the schematic element associations defined within a container (that is, within a schematic dataset).' 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 IIDcfd4503f_e319_40a0_aefe_0079f9117f52
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 ISchematicElementAssociation getSchematicElementAssociationByID(int iD)
          Schematic element association referenced by the specified ID.
 IEnumSchematicElementAssociation getSchematicElementAssociations()
          Schematic element associations enumeration within the container.
 

Field Detail

IIDcfd4503f_e319_40a0_aefe_0079f9117f52

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

getSchematicElementAssociations

IEnumSchematicElementAssociation getSchematicElementAssociations()
                                                                 throws java.io.IOException,
                                                                        AutomationException
Schematic element associations enumeration within the container.

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

getSchematicElementAssociationByID

ISchematicElementAssociation getSchematicElementAssociationByID(int iD)
                                                                throws java.io.IOException,
                                                                       AutomationException
Schematic element association referenced by the specified ID.

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