Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
In JLink is possible create an entity in a DRW with an assigned color, es:
colorY = StdColor.COLOR_LETTER;
yellow = session.GetRGBFromStdColor(colorY);
instrs = pfcDetail.DetailEntityInstructions_Create(ln, view);
instrs.SetColor(yellow);
but the entity created has not the "COLOR_LETTER" color but a color with the same RGB of "COLOR_LETTER".
When I print this DRW file the entity created has not the right pen thickness because it is not recognized from the "pentable".
I ask if it was possible to place in JLink the same function for create a standard color as in the Toolkit.