com.esri.arcgis.schematic
Interface ISchematicAnalystTraceResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISchematicAnalystTraceResultProxy, SchematicAnalystFindConnected, SchematicAnalystFindLoops, SchematicAnalystFindOverlappingLinks, SchematicAnalystFindPath

public interface ISchematicAnalystTraceResult
extends 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:
ISchematicAnalystTraceHighlight

Method Summary
 void clearResult()
          Clears the trace result.
 INgElements getTraceResult()
          Returns the set of graphic elements detected by the trace operation.
 void showResult(int newVal)
          Shows the trace result.
 

Method Detail

clearResult

void clearResult()
                 throws IOException,
                        AutomationException
Clears the trace result. Applies only to trace results that are returned as drawings and not returned as a selection.

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.

showResult

void showResult(int newVal)
                throws IOException,
                       AutomationException
Shows the trace result.

Product Availability

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

Parameters:
newVal - The newVal (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicAnalystTraceResult.getTraceResult()

getTraceResult

INgElements getTraceResult()
                           throws IOException,
                                  AutomationException
Returns the set of graphic elements 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.INgElements
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
See Also:
ISchematicAnalystTraceResult.showResult(int)