This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNodeReductionRuleByPriority Interface > ISchematicNodeReductionRuleByPriority.ReduceNodeDegree1 Property (ArcObjects .NET 10.4 SDK) |
Indicates if the leaves nodes (that is, the nodes with degree 1) must be automatically reduced by the Schematic Node Reduction By Priority rule.
[Visual Basic .NET] Public Property ReduceNodeDegree1 As Boolean
[C#] public bool ReduceNodeDegree1 {get; set;}
[C++]
HRESULT get_ReduceNodeDegree1(
VARIANT_BOOL* Reduce
);
[C++]
HRESULT put_ReduceNodeDegree1(
VARIANT_BOOL Reduce
);
[C++]
Parameters Reduce [out, retval] Reduce is a parameter of type VARIANT_BOOL Reduce [in] Reduce is a parameter of type VARIANT_BOOL