ArcObjects Library Reference (NetworkAnalysis)  

ITraceFlowSolver2 Interface

Provides access to members that perform traces on a network.

Product Availability

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

Members

Description
Method FindAccumulation Finds the total cost of all reachable network elements based on the specified flow method.
Method FindCircuits Finds all reachable network elements that are parts of closed circuits in the network.
Method FindCommonAncestors Finds all reachable network elements that are upstream from all the specified origins.
Method FindFlowElements Finds all reachable network elements based on the specified flow method.
Method FindFlowEndElements Finds all reachable network end elements based on the specified flow method.
Method FindFlowUnreachedElements Finds all unreachable network elements based on the flow method.
Method FindPath Finds a path between the specified origins in the network.
Method FindSource Finds a path upstream to a source or downstream to a sink, depending on the specified flow method.
Method PutEdgeOrigins Sets the starting edges for this trace solver.
Method PutJunctionOrigins Sets the starting junctions for this trace solver.
Write-only property TraceIndeterminateFlow Indicates if directional traces include edges with indeterminate or uninitialized flow direction.

Inherited Interfaces

Interfaces Description
ITraceFlowSolver Provides access to members that perform basic traces on a network.

Remarks

ITraceFlowSolver2 adds more trace solvers to the TraceFlowSolver object.  It can be used in a similar way as the ITraceFlowSolver interface.

[C#]

Not all members are callable from C#.  Please use ITraceFlowSolverGEN instead.

[Visual Basic .NET]

Not all members are callable from VB.NET.  Please use ITraceFlowSolverGEN instead.