添加项目文件。
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using Autodesk.Revit.DB;
|
||||
using Autodesk.Revit.UI;
|
||||
|
||||
namespace IFC_Revit_Interop
|
||||
{
|
||||
// Token: 0x02000007 RID: 7
|
||||
public class ZeroDocAvailability : IExternalCommandAvailability
|
||||
{
|
||||
// Token: 0x0600001F RID: 31 RVA: 0x0000384F File Offset: 0x00001A4F
|
||||
public bool IsCommandAvailable(UIApplication a, CategorySet b)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user