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
COM Interface 'ISchematicSubLink'. Generated 3/19/2015 1:21:00 PM
from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that control the schematic sublink.'
Generator Options:
PromptForTypeLibraries = False
ClashPrefix = esri_
LowerCaseMemberNames = True
IDispatchOnly = False
RetryOnReject = False
AwtForOcxs = True
ArraysAsObjects = False
DontRenameSameMethods = False
ImplementConflictingInterfaces = True
ReuseMethods = True
RenameConflictingInterfaceMethods = True
GenBeanInfo = True
GenerateJavadoc =
IIDb30f25b3_6306_4a6e_aba5_3b6004c92064
static final int IIDb30f25b3_6306_4a6e_aba5_3b6004c92064
- See Also:
- Constant Field Values
xxDummy
static final int xxDummy
- Deprecated. Internal use only
- See Also:
- Constant Field Values
IID
static final java.lang.String IID
- Deprecated. Internal use only
- See Also:
- Constant Field Values
getReferenceLink
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
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.