API_Favorite favorite = {};
favorite.memo.New();
favorite.name = "Dimension Favorite";
GSErrCode err = ACAPI_Favorite_Get(&favorite);
I have in the Archicad 28 a favorite saved with name "Dimension Favorite" and with text color number 1 (black).
If i check with debug the favorite.element.dimension.defNote.notePen is not 1. This number's color coming what is in the default dimension settings.
How can I get the favorite dimension text color?