com.esri.arcgis.schematic
Interface ISchematicInMemoryFeatureNode
- All Superinterfaces:
- IFeature, IObject, IRow, IRowBuffer, ISchematicFeature, ISchematicInMemoryFeature, Serializable
- All Known Implementing Classes:
- ISchematicInMemoryFeatureNodeProxy, SchematicInMemoryFeatureNode, SchematicInMemoryFeatureNodeOnLink
public interface ISchematicInMemoryFeatureNode
- extends ISchematicInMemoryFeature, Serializable
Provides access to members that manage the schematic in memory feature node.
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 |
getIncidentLinks
IEnumSchematicInMemoryFeatureLink getIncidentLinks(int endPointType)
throws IOException,
AutomationException
- Provides access to the incident links of the schematic in memory feature node relative to the specified end point type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
- Returns:
- A reference to a com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureLink
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getIncidentSubLinks
IEnumSchematicInMemoryFeatureLink getIncidentSubLinks(int endPointType)
throws IOException,
AutomationException
- Provides access to the incident sublinks of the schematic in memory feature node relative to the specified end point type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
- Returns:
- A reference to a com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureLink
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
getIncidentLinksAndSubLinks
IEnumSchematicInMemoryFeatureLink getIncidentLinksAndSubLinks(int endPointType)
throws IOException,
AutomationException
- Provides access to the incident links and sublinks of the schematic in memory feature node relative to the specified end point type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
- Returns:
- A reference to a com.esri.arcgis.schematic.IEnumSchematicInMemoryFeatureLink
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
removeIncidentLinksVertices
void removeIncidentLinksVertices(int endPointType)
throws IOException,
AutomationException
- Removes the incident links vertices of the schematic in memory feature node relative to the specified end point type.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
endPointType
- A com.esri.arcgis.schematic.esriSchematicEndPointType constant (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.