com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureSubLink

All Superinterfaces:
IFeature, IObject, IRow, IRowBuffer, ISchematicFeature, ISchematicInMemoryFeature, Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureSubLinkProxy, SchematicInMemoryFeatureSubLink

public interface ISchematicInMemoryFeatureSubLink
extends ISchematicInMemoryFeature, Serializable

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

Product Availability

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


Method Summary
 ISchematicInMemoryFeatureLink getReferenceLink()
          Reference link of the schematic in memory feature sublink.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicInMemoryFeature
deleteSecondaryAssociations, getPropertySet, getSchematicElement, getSchematicInMemoryDiagram, getSchematicRelationManager, getSecondaryAssociations, getSubtype, getUpdateStatus, getUserData, isDisplayed, isInitial, refreshAttributes, removeUserData, restoreInitialPosition, restoreSavedLayout, setDisplayed, setInitial, setPropertySetByRef, setSubtype, setUpdateStatus, setUserData
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicFeature
getName, getSchematicDiagram, getSchematicElementClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeature
getExtent, getFeatureType, getShape, getShapeCopy, setShapeByRef
 
Methods inherited from interface com.esri.arcgis.geodatabase.IObject
esri_getClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRow
delete, getOID, getTable, isHasOID, store
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer
getFields, getValue, setValue
 

Method Detail

getReferenceLink

ISchematicInMemoryFeatureLink getReferenceLink()
                                               throws IOException,
                                                      AutomationException
Reference link of the schematic in memory feature sublink.

Product Availability

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

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