com.esri.arcgis.schematic
Interface ISchematicAnalystTraceResult

All Superinterfaces:
ISchematicAlgorithm, Serializable
All Known Subinterfaces:
ISchematicAnalystFindConnected, ISchematicAnalystFindLoops, ISchematicAnalystFindOverlappingLinks, ISchematicAnalystFindPath
All Known Implementing Classes:
SchematicAnalystFindConnected, SchematicAnalystFindLoops, SchematicAnalystFindOverlappingLinks, SchematicAnalystFindPath

public interface ISchematicAnalystTraceResult
extends ISchematicAlgorithm, Serializable

Provides access to members that control the schematic analyst trace result.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
com.esri.arcgis.schematic.ISchematicAnalystTraceHighlight

Method Summary
 void clearResult()
          Release internal results of the previous trace.
 IEnumSchematicFeature getTraceResult()
          The set of schematic features detected by the trace operation.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef
 

Method Detail

getTraceResult

IEnumSchematicFeature getTraceResult()
                                     throws IOException,
                                            AutomationException
The set of schematic features detected by the trace operation.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.schematic.IEnumSchematicFeature
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

clearResult

void clearResult()
                 throws IOException,
                        AutomationException
Release internal results of the previous trace.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.