Visual Basic | |
---|---|
Public Enum dsNamedColor_e Inherits System.Enum |
C# | |
---|---|
public enum dsNamedColor_e : System.Enum |
JavaScript | |
---|---|
dsNamedColor_e : String |
COM native C++ | |
---|---|
enum dsNamedColor_e |
C++ | |
---|---|
enum dsNamedColor_e |
Member | Description |
---|---|
dsNamedColor_Blue | 7 = Blue |
dsNamedColor_ByBlock | 1 = New entities use the color assigned to the Layer where you create them |
dsNamedColor_ByLayer | 2 = New entities appear in black or white, depending on the screen background color; when included in a Block definition, such entities use the Block color |
dsNamedColor_Cyan | 6 = Cyan |
dsNamedColor_Green | 5 = Green |
dsNamedColor_Magenta | 8 = Magenta |
dsNamedColor_Red | 3 = Red |
dsNamedColor_White | 9 = White |
dsNamedColor_Yellow | 4 = Yellow |