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.


Method Summary
 IEnumSchematicInMemoryFeatureLink getIncidentLinks(int endPointType)
          Provides access to the incident links of the schematic in memory feature node relative to the specified end point type.
 IEnumSchematicInMemoryFeatureLink getIncidentLinksAndSubLinks(int endPointType)
          Provides access to the incident links and sublinks of the schematic in memory feature node relative to the specified end point type.
 IEnumSchematicInMemoryFeatureLink getIncidentSubLinks(int endPointType)
          Provides access to the incident sublinks of the schematic in memory feature node relative to the specified end point type.
 void removeIncidentLinksVertices(int endPointType)
          Removes the incident links vertices of the schematic in memory feature node relative to the specified end point type.
 
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
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicFeature
getName, getSchematicDiagram, getSchematicElementClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IFeature
getExtent, getFeatureType, getShape, getShapeCopy, setShapeByRef
 
Methods inherited from interface com.esri.arcgis.geodatabase.IObject
esri_getClass
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRow
delete, getOID, getTable, isHasOID, store
 
Methods inherited from interface com.esri.arcgis.geodatabase.IRowBuffer
getFields, getValue, setValue
 

Method Detail

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.