Question
Get dimension color in drawing using web.link.
Hello everyone. I have a question. Is it possible to get a list of dimensions with a certain color?
I need to get the dimension text color, like a note text color:
var ret = drawing.ListDetailItems(pfcCreate("pfcDetailType").DETAIL_NOTE,0).Item(i).GetNoteTextStyle().GetColor();
But I don't find it. Please help me.

