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


ISchematicNodeReductionRuleByPriority.ReduceNodeDegreeSup3 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.ReduceNodeDegreeSup3 Property
ArcGIS Developer Help

ISchematicNodeReductionRuleByPriority.ReduceNodeDegreeSup3 Property

Indicates if the nodes with a degree upper than 2 must be automatically reduced by the Schematic Node Reduction By Priority rule.

[Visual Basic .NET]
Public Property ReduceNodeDegreeSup3 As Boolean
[C#]
public bool ReduceNodeDegreeSup3 {get; set;}
[C++]
HRESULT get_ReduceNodeDegreeSup3(
  Boolean* Reduce
);
[C++]
HRESULT put_ReduceNodeDegreeSup3(
  VARIANT_BOOL Reduce
);
[C++]
Parameters
Reduce [out, retval]

Reduce is a parameter of type bool* Reduce [in]
Reduce is a parameter of type bool

Product Availability

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

See Also

ISchematicNodeReductionRuleByPriority Interface