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


ISchematicAnalystFindConnected.UseFlow Property (ArcObjects .NET 10.4 SDK)
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