Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. 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.