283e98faa0
* Fix building for 2023 revit fakes * add Revit 2022 * fmt
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();
|
|
}
|
|
}
|