343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
9 lines
102 B
C#
9 lines
102 B
C#
namespace Autodesk.Revit.DB;
|
|
|
|
public enum RoutingPreferenceErrorLevel
|
|
{
|
|
None,
|
|
Warning,
|
|
Error,
|
|
}
|