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.
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 |
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.