When setting/getting an element's colour with VBA, are we dealing with a Color Table index or a true colour value?
VBA Help says:
Color Property
Remarks
The color is represented as an index into MicroStation's ColorTable.
Is it possible to set a true-colour RGB value? What happens if the value exceeds the maximum index of the Color Table?