343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
9 lines
137 B
C#
9 lines
137 B
C#
namespace Autodesk.Revit.DB.Analysis;
|
|
|
|
public enum AnalysisDisplayStyleDiagramTextLabelType
|
|
{
|
|
ShowAll,
|
|
ShowNone,
|
|
ShowPredefined,
|
|
}
|