343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
9 lines
218 B
C#
9 lines
218 B
C#
namespace Autodesk.Revit.UI;
|
|
|
|
public partial class TextBoxData : Autodesk.Revit.UI.RibbonItemData
|
|
{
|
|
public TextBoxData() { }
|
|
|
|
public TextBoxData(System.String name) => throw new System.NotImplementedException();
|
|
}
|