dsNamedColor_e Enumeration Send Feedback
See Also 
Named LineColors for new drawing entities.

Syntax

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

Members

MemberDescription
dsNamedColor_Blue7 = Blue
dsNamedColor_ByBlock1 = New entities use the color assigned to the Layer where you create them
dsNamedColor_ByLayer2 = 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_Cyan6 = Cyan
dsNamedColor_Green5 = Green
dsNamedColor_Magenta8 = Magenta
dsNamedColor_Red3 = Red
dsNamedColor_White9 = White
dsNamedColor_Yellow4 = Yellow

See Also