This document is archived and information here might be outdated. Recommended version. |
Indicates if the nodes with degree 2 must be automatically reduced by the Schematic Node Reduction By Priority rule.
[Visual Basic .NET] Public Property ReduceNodeDegree2 As Boolean
[C#] public bool ReduceNodeDegree2 {get; set;}
[C++]
HRESULT get_ReduceNodeDegree2(
Boolean* Reduce
);
[C++]
HRESULT put_ReduceNodeDegree2(
VARIANT_BOOL Reduce
);
[C++]
Parameters Reduce [out, retval]
Reduce is a parameter of type bool* Reduce [in]
Reduce is a parameter of type bool