Autodesk.AutoCAD.Colors Namespace > EntityColor Structure
EntityColor Structure
Description

 

This .NET class wraps the AcCmEntityColor ObjectARX class. 

 

Objects of this class store a color method and a color, which, depending on the color method, may be a Red/Green/Blue (RGB) value, an AutoCAD Color Index (ACI) value, a layer index, or a pen index.

Visual Basic
Public Structure EntityColor
End Structure
C#
public struct EntityColor {
}
Links
See Also
   Comments?