This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IU > IUtilityNetwork Interface > IUtilityNetwork.GetFlowDirection Method (ArcObjects .NET 10.4 SDK) |
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
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):