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


ISchematicAnalystFindConnected.FlowDirection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAnalystFindConnected Interface > ISchematicAnalystFindConnected.FlowDirection Property
ArcGIS Developer Help

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(
  System.Int32* FlowDirection
);
[C++]
HRESULT put_FlowDirection(
  Long FlowDirection
);
[C++]
Parameters
FlowDirection [out, retval]

FlowDirection is a parameter of type int* FlowDirection [in]
FlowDirection is a parameter of type int

Product Availability

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

See Also

ISchematicAnalystFindConnected Interface