This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAnalystFindConnected Interface > ISchematicAnalystFindConnected.UseFlow Property (ArcObjects .NET 10.5 SDK) |
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