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