com.esri.arcgis.schematiccontrols
Interface ISchematicNetworkAnalystMgr

All Superinterfaces:
Serializable
All Known Implementing Classes:
EngineSchematicEnvironment, ISchematicNetworkAnalystMgrProxy

public interface ISchematicNetworkAnalystMgr
extends Serializable

Provides access to members that control the Schematic Trace Task dropdown list.


Method Summary
 ISchematicAlgorithm getCurrentTrace()
          Active schematic trace task in the Trace Task dropdown list.
 void setCurrentTraceByRef(ISchematicAlgorithm schematicAlgorithm)
          Active schematic trace task in the Trace Task dropdown list.
 

Method Detail

getCurrentTrace

ISchematicAlgorithm getCurrentTrace()
                                    throws IOException,
                                           AutomationException
Active schematic trace task in the Trace Task dropdown list.

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

setCurrentTraceByRef

void setCurrentTraceByRef(ISchematicAlgorithm schematicAlgorithm)
                          throws IOException,
                                 AutomationException
Active schematic trace task in the Trace Task dropdown list.

Parameters:
schematicAlgorithm - A reference to a com.esri.arcgis.schematic.ISchematicAlgorithm (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.