This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNodeReductionRuleByPriority Interface > ISchematicNodeReductionRuleByPriority.NodeDegreeConstraint Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* DegreeConstraint
);
[C++]
HRESULT put_NodeDegreeConstraint(
VARIANT_BOOL DegreeConstraint
);
[C++]
Parameters DegreeConstraint [out, retval] DegreeConstraint is a parameter of type VARIANT_BOOL DegreeConstraint [in] DegreeConstraint is a parameter of type VARIANT_BOOL