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


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

ISchematicNodeReductionRuleByPriority.ReduceIfOnlyTwoChoicesWithSamePriority Property

Indicates if the Schematic Node Reduction By Priority rule occurs if there are only two possibilities to apply the rule and if these solutions have the same priority.

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