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


IGeometricNetwork.EstablishFlowDirection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetwork Interface > IGeometricNetwork.EstablishFlowDirection Method
ArcGIS Developer Help

IGeometricNetwork.EstablishFlowDirection Method

Establish the flow direction in the LogicalNetwork.

[Visual Basic .NET]
Public Sub EstablishFlowDirection ( _
)
[C#]
public void EstablishFlowDirection (
);
[C++]
HRESULT EstablishFlowDirection(
void
);

Product Availability

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

Remarks

EstablishFlowDirection should be called after each edit operation which affects the network's current flow direction. Please note that EstablishFlowDirection should also be called following a reconcile but prior to a post process.

See Also

IGeometricNetwork Interface | IWorkspaceEdit Interface | IWorkspaceEditEvents Interface | ISpatialCacheManager Interface | IFeatureClass.CreateFeature Method | Editor Class