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


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

ISchematicNodeReductionRuleByPriority.OrderedElementClassPriorities Property

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

[Visual Basic .NET]
Public Property OrderedElementClassPriorities As Object
[C#]
public object OrderedElementClassPriorities {get; set;}
[C++]
HRESULT get_OrderedElementClassPriorities(
  VARIANT* Names
);
[C++]
HRESULT put_OrderedElementClassPriorities(
  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