com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureNodeOnLink

All Superinterfaces:
IFeature, IObject, IRow, IRowBuffer, ISchematicFeature, ISchematicInMemoryFeature, Serializable
All Known Implementing Classes:
ISchematicInMemoryFeatureNodeOnLinkProxy, SchematicInMemoryFeatureNodeOnLink

public interface ISchematicInMemoryFeatureNodeOnLink
extends ISchematicInMemoryFeature, Serializable

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

Description

The ISchematicInMemoryFeatureNodeOnLink allows to access a schematic node on link in an in-memory schematic diagram; that is, in a schematic diagram loaded in memory.

Product Availability

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


Method Summary
 ISchematicInMemoryFeatureLink getReferenceLink()
          Reference link of the schematic in memory feature node on link.
 void setReferenceLinkByRef(ISchematicInMemoryFeatureLink referenceLink)
          Reference link of the schematic in memory feature node on link.
 
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 node on link.

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.

setReferenceLinkByRef

void setReferenceLinkByRef(ISchematicInMemoryFeatureLink referenceLink)
                           throws IOException,
                                  AutomationException
Reference link of the schematic in memory feature node on link.

Product Availability

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

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