com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureReferenceLink

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureReferenceLinkProxy, SchematicInMemoryFeatureLink

public interface ISchematicInMemoryFeatureReferenceLink
extends java.io.Serializable

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

Description: 'Provides access to members that manage the schematic in memory feature reference link.' 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 IID610dfd26_7038_4693_8190_f9a8190752a5
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IEnumSchematicInMemoryFeatureNodeOnLink getNodesOnLink()
          Nodes on links hold by the schematic in memory feature reference link.
 IEnumSchematicInMemoryFeatureSubLink getSubLinks()
          Sublinks hold by the schematic in memory feature reference link.
 

Field Detail

IID610dfd26_7038_4693_8190_f9a8190752a5

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

getNodesOnLink

IEnumSchematicInMemoryFeatureNodeOnLink getNodesOnLink()
                                                       throws java.io.IOException,
                                                              AutomationException
Nodes on links hold by the schematic in memory feature reference link.

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

getSubLinks

IEnumSchematicInMemoryFeatureSubLink getSubLinks()
                                                 throws java.io.IOException,
                                                        AutomationException
Sublinks hold by the schematic in memory feature reference link.

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