ArcObjects Library Reference (GeoDatabase)  

IGeometricNetwork.ValidFlowDirection Property

Indicates whether the current flow directions are valid.

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

Parameters

ValidFlowDirection [out, retval]   ValidFlowDirection is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

ValidFlowDirection specifies whether the geometric network's flow direction has been defined.  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

IGeometricNetwork Interface