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.
Description
The ISchematicInMemoryFeatureSubLinkallows to access a schematic sublink 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 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.