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


ISchematicNodeReductionRuleByPriority.ReduceNodeDegree0 Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicNodeReductionRuleByPriority.ReduceNodeDegree0 Property

Indicates if the disconnected nodes (that is, the nodes with degree 0) must be automatically reduced by the Schematic Node Reduction By Priority rule.

[Visual Basic .NET]
Public Property ReduceNodeDegree0 As Boolean
[C#]
public bool ReduceNodeDegree0 {get; set;}
[C++]
HRESULT get_ReduceNodeDegree0(
  VARIANT_BOOL* Reduce
);
[C++]
HRESULT put_ReduceNodeDegree0(
  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

Product Availability

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

See Also

ISchematicNodeReductionRuleByPriority Interface