Defines how "highly" another Element is giving support for one Element.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum AnalyticalSupportPriority
Members
| Member name | Value | Description |
|---|
| FourthHigestPriority | 4 | |
| HighestPriority | 1 | |
| SecondHighestPriority | 2 | |
| ThirdHighestPriority | 3 | |
| UnknownPriority | 0 |
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