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


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

ISchematicNodeReductionRuleByPriority.ElementClassPrioritiesToReduceAlways Property

List of the element class names the Schematic Node Reduction By Priority rule must always reduce ordered by their decreasing priority.

[Visual Basic .NET]
Public Property ElementClassPrioritiesToReduceAlways As Object
[C#]
public object ElementClassPrioritiesToReduceAlways {get; set;}
[C++]
HRESULT get_ElementClassPrioritiesToReduceAlways(
  Variant* Names
);
[C++]
HRESULT put_ElementClassPrioritiesToReduceAlways(
  VARIANT Names
);
[C++]
Parameters
Names [out, retval]

Names is a parameter of type VARIANT* Names [in]
Names is a parameter of type VARIANT

Product Availability

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

See Also

ISchematicNodeReductionRuleByPriority Interface