343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
12 lines
239 B
C#
12 lines
239 B
C#
namespace Autodesk.Revit.UI;
|
|
|
|
public partial class AddInCommandBinding
|
|
{
|
|
public AddInCommandBinding() { }
|
|
|
|
public virtual Autodesk.Revit.UI.RevitCommandId RevitCommandId
|
|
{
|
|
get => throw new System.NotImplementedException();
|
|
}
|
|
}
|