This document is archived and information here might be outdated. Recommended version. |
Indicates if the rotation angle for each symbol's node must be computed regarding to the flow orientation defined for the links.
[Visual Basic .NET] Public Property FlowDirected As Boolean
[C#] public bool FlowDirected {get; set;}
[C++]
HRESULT get_FlowDirected(
VARIANT_BOOL pOriented
);
[C++]
HRESULT put_FlowDirected(
Boolean* pOriented
);
[C++]
Parameters pOriented [in]
pOriented is a parameter of type bool pOriented [out, retval]
pOriented is a parameter of type bool*