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


ISchematicAnalystFindConnected.FlowDirection Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAnalystFindConnected.FlowDirection Property

Type of flow direction.

[Visual Basic .NET]
Public Property FlowDirection As Integer
[C#]
public int FlowDirection {get; set;}
[C++]
HRESULT get_FlowDirection(
  Long* FlowDirection
);
[C++]
HRESULT put_FlowDirection(
  Long FlowDirection
);
[C++]

Parameters FlowDirection [out, retval] FlowDirection is a parameter of type Long FlowDirection [in] FlowDirection is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAnalystFindConnected Interface