功能更新
This commit is contained in:
12
ShrlAlgoStudio/RevitLess/DocumentType.cs
Normal file
12
ShrlAlgoStudio/RevitLess/DocumentType.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace ShrlAlgoStudio.RevitLess
|
||||
{
|
||||
/// <summary>Types of Revit documents.</summary>
|
||||
public enum DocumentType
|
||||
{
|
||||
Project,
|
||||
Family,
|
||||
ProjectTemplate,
|
||||
FamilyTemplate,
|
||||
Unknown
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user