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


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

esriFlowMethod Constants

Directions the trace flow solver is allowed to pass along the edges.

Constant Value Description
esriFMUpstream 0 The trace flow solver is allowed to pass upstream along edges.
esriFMDownstream 1 The trace flow solver is allowed to pass downstream along edges.
esriFMConnected 2 The trace flow solver is allowed to pass in both directions along edges.

Product Availability

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

.NET Samples

Custom upstream trace task