This document is archived and information here might be outdated.  Recommended version.


esriFlowElements Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Constants > E > esriFlowElements Constants
ArcGIS Developer Help

esriFlowElements Constants

Types of network elements to be returned by the trace flow solver.

Constant Value Description
esriFEJunctions 0 Only junctions are returned in the trace results.
esriFEEdges 1 Only edges are returned in trace the results.
esriFEJunctionsAndEdges 2 Both junctions and edges are returned in the trace results.
esriFENone 3 Neither junctions nor edges are returned in the trace results.

Product Availability

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

.NET Samples

Custom upstream trace task