ArcObjects Library Reference (GeoDatabase)  

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,
  esriFlowDirection* flowDirection
);
[C++]

Parameters

edgeEID [in]   edgeEID is a parameter of type long flowDirection [out, retval]

  flowDirection is a parameter of type esriFlowDirection

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