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


ISchematicAnalystFindConnected.UseFlow 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.UseFlow Property
ArcGIS Developer Help

ISchematicAnalystFindConnected.UseFlow Property

Indicates if the flow must be used to find the connected elements.

[Visual Basic .NET]
Public Property UseFlow As Boolean
[C#]
public bool UseFlow {get; set;}
[C++]
HRESULT get_UseFlow(
  Boolean* UseFlow
);
[C++]
HRESULT put_UseFlow(
  VARIANT_BOOL UseFlow
);
[C++]
Parameters
UseFlow [out, retval]

UseFlow is a parameter of type bool* UseFlow [in]
UseFlow is a parameter of type bool

Product Availability

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

See Also

ISchematicAnalystFindConnected Interface