This document is archived and information here might be outdated. Recommended version. |
Indicates if the graph is using orthoginal routing.
[Visual Basic .NET] Public Property OrthogonalRouting As Boolean
[C#] public bool OrthogonalRouting {get; set;}
[C++]
HRESULT get_OrthogonalRouting(
Boolean* pOrthogonalRouting
);
[C++]
HRESULT put_OrthogonalRouting(
VARIANT_BOOL pOrthogonalRouting
);
[C++]
Parameters pOrthogonalRouting [out, retval]
pOrthogonalRouting is a parameter of type bool* pOrthogonalRouting [in]
pOrthogonalRouting is a parameter of type bool