cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The 2025 Technology Preview Program is now live. Join today!

Archicad C++ API
About Archicad add-on development using the C++ API.

Favorite Dimension text color

korosi
Participant
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?
1 REPLY 1
LChen
Graphisoft
Graphisoft

Hi, this is a known issue and hopefully will be fixed in future version. unfortunately there is no workaround to deal with it now.

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!