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


IUtilityNetwork.ValidFlowDirection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IU > IUtilityNetwork Interface > IUtilityNetwork.ValidFlowDirection Property
ArcGIS Developer Help

IUtilityNetwork.ValidFlowDirection Property

Indicates if the flow direction is valid for this utility network.

[Visual Basic .NET]
Public ReadOnly Property ValidFlowDirection As Boolean
[C#]
public bool ValidFlowDirection {get;}
[C++]
HRESULT get_ValidFlowDirection(
  Boolean* ValidFlowDirection
);
[C++]
Parameters
ValidFlowDirection [out, retval]

ValidFlowDirection is a parameter of type bool*

Product Availability

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

Remarks

ValidFlowDirection specifies whether the logical network has flow direction defined on it.  Use EstablishFlowDirection on this same interface to set the flow direction.

In this release, ValidFlowDirection is not implemented -- for now, this property always returns False.

See Also

IUtilityNetwork Interface