AutoCAD true color object.
Supported Platforms: Windows only
Class Information
- Class Name
-
AcadAcCmColor
- Object Inheritance
-
Object AcadAcCmColor
- Create Using
-
VBA
GetInterfaceObject("AutoCAD.AcCmColor.25") Dim col As New AcadAcCmColor
Note: This object cannot be created in AutoCAD LT for Windows. - Access Via
-
VBA
<entity>.TrueColor GetInterfaceObject("AutoCAD.AcCmColor.25")
Note: This object cannot be accessed in AutoCAD LT for Windows with the GetInterfaceObject method. An AcCmColor object can be obtained with the TrueColor property of a graphical entity.
Members
These members are part of this object:
Methods |
Properties |
Events |
---|---|---|
None |
Remarks
The AcCmColor object represents colors. You can use the AcCmColor object to set colors and perform other color-related operations on objects.
The object includes properties for colors, color names, color book names, and the color index.