更新
This commit is contained in:
11
RevitLess/PlatformType.cs
Normal file
11
RevitLess/PlatformType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace RevitLess
|
||||
{
|
||||
/// <summary>An enumerate to list Revit Platform Type. </summary>
|
||||
public enum PlatformType
|
||||
{
|
||||
x86,
|
||||
x64,
|
||||
Unknown
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user