This document is archived and information here might be outdated. Recommended version. |
Indicates if reduce crossings is active.
[Visual Basic .NET] Public Property ReduceCrossings As Boolean
[C#] public bool ReduceCrossings {get; set;}
[C++]
HRESULT get_ReduceCrossings(
Boolean* pReduceCrossings
);
[C++]
HRESULT put_ReduceCrossings(
VARIANT_BOOL pReduceCrossings
);
[C++]
Parameters pReduceCrossings [out, retval]
pReduceCrossings is a parameter of type bool* pReduceCrossings [in]
pReduceCrossings is a parameter of type bool