com.esri.arcgis.schematic
Interface ISchematicSubLink
- All Superinterfaces:
- IObject, IRow, IRowBuffer, Serializable
- All Known Implementing Classes:
- ISchematicSubLinkProxy, SchematicSubLink
public interface ISchematicSubLink
- extends IObject, Serializable
Provides access to members that control the schematic sublink.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
ISchematicLink,
ISchematicElement,
com.esri.arcgis.schematic.INgSubLink
getReferenceLink
ISchematicLink getReferenceLink()
throws IOException,
AutomationException
- Reference link of the schematic sublink.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Returns:
- A reference to a com.esri.arcgis.schematic.ISchematicLink
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
setReferenceLinkByRef
void setReferenceLinkByRef(ISchematicLink schematicLink)
throws IOException,
AutomationException
- Reference link of the schematic sublink.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
schematicLink - A reference to a com.esri.arcgis.schematic.ISchematicLink (in)
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.