This document is archived and information here might be outdated. Recommended version. |
Indicates if the degree of the nodes is a constraint for the Schematic Node Reduction By Priority rule.
[Visual Basic .NET]
Public Property NodeDegreeConstraint As Boolean
[C#]
public bool NodeDegreeConstraint {get; set;}
[C++]
HRESULT get_NodeDegreeConstraint(
Boolean* DegreeConstraint
);
[C++]
HRESULT put_NodeDegreeConstraint(
VARIANT_BOOL DegreeConstraint
);
[C++] Parameters DegreeConstraint [out, retval]
DegreeConstraint is a parameter of type bool* DegreeConstraint [in]
DegreeConstraint is a parameter of type bool