Browse
All
This category
This board
Articles
Users
Products
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Forum
Installation & update
Licensing
Modeling
Libraries & objects
Documentation
Visualization
BIMx
Project data & BIM
Parametric design
Sustainable design
Teamwork & BIMcloud
Collaboration with other software
General discussions
Our Community
Knowledge Base
Installation & update
Licensing
Getting started
Modeling
Libraries & objects
Documentation
Visualization
BIMx
Project data & BIM
Collaboration with other software
Teamwork & BIMcloud
Our Community
MEP
Building Together
Insights
Challenges
IGNITE 2025
Archicad In Your Pocket
AI Visualizer Challenge
Your Best Design Option
Flex Your BIMx
Parametric Object Factory
My Graphi Story
One Override to Rule Them All
Snow Globe Challenge
Building Together Challenge 2021
Insiders
Podcast
Webinars
Wishlist
Roadmap
AI Solutions
Forum
Graphisoft Technology Preview Program 2025
Forum
New Features Guide
Downloads
Developer Hub
Archicad C++ API
GDL
BIMx API
BIMcloud API
Archicad Python API
Developer Insights
Knowledge Base
Product Help
International
Deutsch
Français
日本
Português do Brasil
search
Help
Sign In
All
This category
This board
Articles
Users
Products
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Graphisoft Community (INT)
:
Developer Hub
:
Archicad C++ API
:
Re: How determine groups on next level from curre...
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Pin this post for me
Bookmark
Subscribe to Topic
Mute
Printer Friendly Page
Archicad C++ API
About Archicad add-on development using the C++ API.
How determine groups on next level from current group?
Anonymous
Not applicable
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
2016-03-21
07:34 AM
- last edited on
2023-07-13
02:21 PM
by
Doreena Deng
2016-03-21
07:34 AM
API 19 Win.
Hello!
Help me please!)
I have this structure:
Group1 -> (Element1,Element2,Group2,...)
Group2 -> (Element3,..,GroupN)
I know guid of Group1.
How can I determine only next level groups from Group1?
Where I can give guid of Group2 from Group1?
Thank You!
All forum topics
Previous Topic
Next Topic
1 REPLY
1
Anonymous
Not applicable
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
2016-03-23
03:44 PM
2016-03-23
03:44 PM
It works:
GSErrCode ACAPI_ElementGroup_GetGroup (
API_Guid const& elemGuid
API_Guid* groupGuid
);
Instead elemGuid have to substitute the guid of the current group, then the function returns the guid of the group, the next level up.
It is obvious that function was conceived for this aim)).
Thank you!)
Post Reply
Get notified about new replies
Subscribe to topic
Related articles
API White Paper
in
Knowledge Base
How to Obtain Bounding Box of Dimension Text in Archicad API
in
Archicad C++ API
[PYTHON] Sum area script - Existing/ToBeDemolished/New - AC24 FRA and later...
in
Archicad Python API
How do i get edit a Property?
in
Archicad C++ API
Determine scale in the master script.
in
GDL
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!
Create new topic