Returns the true color value for the specified row type.
Supported platforms: Windows only
VBA:
RetVal = object.GetContentColor(rowType)
Type: Table
The object this method applies to.
Access: Input-only
Type: AcRowType enum
The row type.
Type: AcCmColor
The AutoCAD true color object assigned to the content of the row type.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available