| Visual Basic | |
|---|---|
Public Enum dsCleanObjectType_e Inherits System.Enum | |
| C# | |
|---|---|
public enum dsCleanObjectType_e : System.Enum | |
| JavaScript | |
|---|---|
dsCleanObjectType_e : String | |
| COM native C++ | |
|---|---|
enum dsCleanObjectType_e | |
| C++ | |
|---|---|
enum dsCleanObjectType_e | |
| Member | Description |
|---|---|
| dsCleanObjectType_Blocks | 1 or 0x001 |
| dsCleanObjectType_DimensionStyles | 2 or 0x002 |
| dsCleanObjectType_Layers | 4 or 0x004 |
| dsCleanObjectType_LineStyles | 8 or 0x008 |
| dsCleanObjectType_Materials | 16 or 0x010 |
| dsCleanObjectType_PrintStyles | 32 or 0x020 |
| dsCleanObjectType_RLineStyles | 64 or 0x040 |
| dsCleanObjectType_Shapes | 128 or 0x080 |
| dsCleanObjectType_TableStyles | 256 or 0x100 |
| dsCleanObjectType_TextStyles | 512 or 0x200 |
0 = All types
Syntax