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


IUtilityNetworkAnalysisExt.EnableSetFlowDirection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IU > IUtilityNetworkAnalysisExt Interface > IUtilityNetworkAnalysisExt.EnableSetFlowDirection Property
ArcGIS Developer Help

IUtilityNetworkAnalysisExt.EnableSetFlowDirection Property

Indicates if flow direction can be set for the current network.

[Visual Basic .NET]
Public ReadOnly Property EnableSetFlowDirection As Boolean
[C#]
public bool EnableSetFlowDirection {get;}

Product Availability

Available with ArcGIS Desktop.

Description

The EnableSetFlowDirection property is set to True if the current network's flow direction can be set, and False if it cannot. This is a read-only property.

Remarks

In order to be able to set the flow direction for the network, the network must have sources and sinks, and there must be an active edit session.

See Also

IUtilityNetworkAnalysisExt Interface