com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureNode
- All Superinterfaces:
- IFeature, IObject, IRow, IRowBuffer, ISchematicFeature, ISchematicInMemoryFeature, java.io.Serializable
- All Known Implementing Classes:
- ISchematicInMemoryFeatureNodeProxy, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink
public interface ISchematicInMemoryFeatureNode
- extends ISchematicInMemoryFeature, java.io.Serializable
COM Interface 'ISchematicInMemoryFeatureNode'. Generated 3/19/2015 1:21:00 PM
from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that manage the schematic in memory feature node.'
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 =
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 |
IID2647abfa_14f7_489c_8b64_869d0488ebb9
static final int IID2647abfa_14f7_489c_8b64_869d0488ebb9
- 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
getIncidentLinks
IEnumSchematicInMemoryFeatureLink getIncidentLinks(int endPointType)
throws java.io.IOException,
AutomationException
- Provides access to the incident links of the schematic in memory feature node relative to the specified end point type.
- Parameters:
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
- Returns:
- A reference to a com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureLink
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getIncidentSubLinks
IEnumSchematicInMemoryFeatureLink getIncidentSubLinks(int endPointType)
throws java.io.IOException,
AutomationException
- Provides access to the incident sublinks of the schematic in memory feature node relative to the specified end point type.
- Parameters:
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
- Returns:
- A reference to a com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureLink
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getIncidentLinksAndSubLinks
IEnumSchematicInMemoryFeatureLink getIncidentLinksAndSubLinks(int endPointType)
throws java.io.IOException,
AutomationException
- Provides access to the incident links and sublinks of the schematic in memory feature node relative to the specified end point type.
- Parameters:
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
- Returns:
- A reference to a com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureLink
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
removeIncidentLinksVertices
void removeIncidentLinksVertices(int endPointType)
throws java.io.IOException,
AutomationException
- Removes the incident links vertices of the schematic in memory feature node relative to the specified end point type.
- Parameters:
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.