SOLVED!
Project Notes

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-09-11
02:49 AM
- last edited on
2023-07-04
02:07 PM
by
Doreena Deng
2018-09-11
02:49 AM
Is there a method in the API to move info from properties to the project info fields. Getting the property values is fairly straight forward.
But I tried to fill in the info field 'notes' using the supplied example:
API_ProjectNoteInfo noteInfo;
ACAPI_Environment (APIEnv_GetProjectNotesID, ¬eInfo, nullptr);
CHCopyC ("John Miller", noteInfo.notes);
ACAPI_Environment (APIEnv_ChangeProjectNotesID, ¬eInfo, nullptr);
Doesn't work??
using version 22 on mac
But I tried to fill in the info field 'notes' using the supplied example:
API_ProjectNoteInfo noteInfo;
ACAPI_Environment (APIEnv_GetProjectNotesID, ¬eInfo, nullptr);
CHCopyC ("John Miller", noteInfo.notes);
ACAPI_Environment (APIEnv_ChangeProjectNotesID, ¬eInfo, nullptr);
Doesn't work??
using version 22 on mac
Gerry
Windows 11 - Visual Studio 2022; ArchiCAD 27
Windows 11 - Visual Studio 2022; ArchiCAD 27
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-09-11 11:42 AM
2018-09-11
11:42 AM
It works here:
Maybe you are searching the result at the wrong place.
3 REPLIES 3
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-09-11 11:42 AM
2018-09-11
11:42 AM
It works here:
Maybe you are searching the result at the wrong place.
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-11-27 01:02 PM
2018-11-27
01:02 PM
Is there a way to access and add to the categories used in this UI using the API? I didn't find anything in the docs so far.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2018-12-04 07:29 AM
2018-12-04
07:29 AM
You can get them through APIEnv_GetProjectNotesID and modify them through APIEnv_ChangeProjectNotesID.
You can also use ACAPI_Goodies(APIAny_SetAnAutoTextID) and ACAPI_Goodies(APIAny_GetAutoTextsID). You can find the list of autotext here, just remove "<" and ">".
You can also use ACAPI_Goodies(APIAny_SetAnAutoTextID) and ACAPI_Goodies(APIAny_GetAutoTextsID). You can find the list of autotext here, just remove "<" and ">".
~ReignBough~
ARCHICAD 27 INT (since AC18)
Windows 11 Pro, AMD Ryzen 7, 3.20GHz, 32.0GB RAM, 64-bit OS
ARCHICAD 27 INT (since AC18)
Windows 11 Pro, AMD Ryzen 7, 3.20GHz, 32.0GB RAM, 64-bit OS