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