com.esri.arcgis.schematic
Interface ISchematicNode
- All Superinterfaces: 
- IObject, IRow, IRowBuffer, Serializable
- All Known Implementing Classes: 
- ISchematicNodeProxy, SchematicNode, SchematicNodeOnLink
- public interface ISchematicNode 
- extends IObject, Serializable
Provides access to members that control the schematic node.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- See Also:
- com.esri.arcgis.schematic.INgNode,- ISchematicElement
 
 
 
 
getIncidentLinks
IEnumSchematicElement getIncidentLinks(int endPointType)
                                       throws IOException,
                                              AutomationException
- List of the schematic incident links for the schematic node element.
  Product AvailabilityAvailable with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- 
 
- 
- Parameters:
- endPointType- A com.esri.arcgis.schematic.esriSchematicEndPointType constant  (in, optional, pass 3 if not required)
- Returns:
- A reference to a com.esri.arcgis.schematic.IEnumSchematicElement
- Throws:
- IOException- If there are interop problems.
- AutomationException- If the ArcObject component throws an exception.
 
getDisplayedIncidentLinks
IEnumSchematicElement getDisplayedIncidentLinks(int endPointType)
                                                throws IOException,
                                                       AutomationException
- List of the schematic incident links for the schematic node that are displayed.
  Product AvailabilityAvailable with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
- 
 
- 
- Parameters:
- endPointType- A com.esri.arcgis.schematic.esriSchematicEndPointType constant  (in, optional, pass 3 if not required)
- Returns:
- A reference to a com.esri.arcgis.schematic.IEnumSchematicElement
- Throws:
- IOException- If there are interop problems.
- AutomationException- If the ArcObject component throws an exception.