This document is archived and information here might be outdated. Recommended version. |
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