Unable to isolate shapes in DWG multileader elements for changing background shape color of text different than arrowhead shape within an IPlot design scipt.

I have DWG files we are trying to plot with iCS PDF Renditions, within the DWG's are Mutlileader text labels.  When these are opened by MicroStation they come in as cells name MULTILEADER.  Within the cell are two shapes one for text background wipe area and an arrowhead.  I am attempting to create a design script to change the fill on the text background shape to (255,255,255) and the arrowhead to (0,0,0).  The issue is the text background shape fill_color coming from the DWG is NOT a number from the color table, it is set by an RGB value.  I cannot perform a conditional IF selection on color or color_fill by RGB, so these shape elements shapes cannot be isolated in the design script to change the color.   Is there any way to find elements by color with RGB values in an IPlot design script?

Parents Reply Children
No Data