SOLVED!
Document name
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-04-25
05:11 PM
- last edited on
‎2022-12-06
01:41 PM
by
Daniel Kassai
‎2018-04-25
05:11 PM
Hello forum 
Does someone know how i can get the name of the current open document in Archicad ?
I mean the name of the open file.
Thanks a lot.

Does someone know how i can get the name of the current open document in Archicad ?
I mean the name of the open file.
Thanks a lot.
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-04-26 10:03 AM
‎2018-04-26
10:03 AM
You can get the details of the open project file by calling ACAPI_Environment with APIEnv_ProjectID . The returned project information contains the project file details, from which you can extract the name and location. Obviously this is only relevant when a saved file is open.
Ralph Wessel BArch
Central Innovation
Central Innovation
2 REPLIES 2
Solution
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-04-26 10:03 AM
‎2018-04-26
10:03 AM
You can get the details of the open project file by calling ACAPI_Environment with APIEnv_ProjectID . The returned project information contains the project file details, from which you can extract the name and location. Obviously this is only relevant when a saved file is open.
Ralph Wessel BArch
Central Innovation
Central Innovation
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2018-04-27 04:27 PM
‎2018-04-27
04:27 PM
Thank you Ralph
