ArcObjects Library Reference (Schematic)  

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(
  VARIANT_BOOL* UseFlow
);
[C++]
HRESULT put_UseFlow(
  VARIANT_BOOL UseFlow
);
[C++]

Parameters

UseFlow [out, retval]   UseFlow is a parameter of type VARIANT_BOOL UseFlow [in]   UseFlow is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicAnalystFindConnected Interface