343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
8 lines
103 B
C#
8 lines
103 B
C#
namespace Autodesk.Revit.DB.Structure;
|
|
|
|
public enum LoadCombinationType
|
|
{
|
|
Combination,
|
|
Envelope,
|
|
}
|