Share

AnalyticalSupportPriority Enumeration

Defines how "highly" another Element is giving support for one Element.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum AnalyticalSupportPriority

Members

Member nameValueDescription
FourthHigestPriority4 
HighestPriority1 
SecondHighestPriority2 
ThirdHighestPriority3 
UnknownPriority0 Priority has not been determined.

Remarks

For instance, a Column may be a higher priority for a Beam than another Beam. This is useful to find the best supports for a given Element.

See Also

Reference

Was this information helpful?