ArcObjects Library Reference (Schematic)  

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(
  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

Product Availability

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

See Also

ISchematicNodeReductionRuleByPriority Interface