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


IUtilityNetworkGEN.GetFlowDirection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IU > IUtilityNetworkGEN Interface > IUtilityNetworkGEN.GetFlowDirection Method
ArcGIS Developer Help

IUtilityNetworkGEN.GetFlowDirection Method

Returns the flow direction of the specified edge element.

[Visual Basic .NET]
Public Function GetFlowDirection ( _
    ByVal edgeEID As Integer _
) As esriFlowDirection
[C#]
public esriFlowDirection GetFlowDirection (
    int edgeEID
);
[C++]
HRESULT GetFlowDirection(
  long edgeEID
);
[C++]
Parameters
edgeEID [in]

edgeEID is a parameter of type long

Product Availability

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

Remarks

GetFlowDirection returns the flow direction for the specified edge element.  Possible flow directions are (with and against values are in relation to the digitized direction of the element).

esriFDAgainstFlow

esriFDIndeterminate

esriFDUninitialized

esriFDWithFlow

See Also

IUtilityNetworkGEN Interface