整理代码
This commit is contained in:
15
ShrlAlgoToolkit.RevitAddins/Assists/ThumbnailOptions.cs
Normal file
15
ShrlAlgoToolkit.RevitAddins/Assists/ThumbnailOptions.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using ShrlAlgoToolkit.Core.Assists;
|
||||
using ShrlAlgoToolkit;
|
||||
using ShrlAlgoToolkit.Core;
|
||||
|
||||
namespace ShrlAlgoToolkit.RevitAddins.Assists;
|
||||
|
||||
public enum ThumbnailOptions
|
||||
{
|
||||
None = 0x00,
|
||||
BiggerSizeOk = 0x01,
|
||||
InMemoryOnly = 0x02,
|
||||
IconOnly = 0x04,
|
||||
ThumbnailOnly = 0x08,
|
||||
InCacheOnly = 0x10
|
||||
}
|
||||
Reference in New Issue
Block a user