This document is archived and information here might be outdated.  Recommended version.


ISchematicNodeReductionRuleByPriority.NodeDegreeConstraint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNodeReductionRuleByPriority Interface > ISchematicNodeReductionRuleByPriority.NodeDegreeConstraint Property
ArcGIS Developer Help

ISchematicNodeReductionRuleByPriority.NodeDegreeConstraint Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicNodeReductionRuleByPriority Interface