com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureReferenceLink

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureReferenceLinkProxy, SchematicInMemoryFeatureLink

public interface ISchematicInMemoryFeatureReferenceLink
extends Serializable

Provides access to members that manage the schematic in memory feature reference link.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

getNodesOnLink

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getSubLinks

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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