Elements from Schedules / Schemes
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-06-02
12:14 PM
- last edited on
2023-07-12
09:06 PM
by
Doreena Deng
2016-06-02
12:14 PM
Is there a way on getting the list of elements from 'Schedules'. The screenshot shows list of 'Full Element ID' (and other values). I want to get a list of these elements. Also, get the list of all available schemes from 'Scheme Settings'. Something like:
GetSchemeList(schemeList) for (i = 0; i < schemeList.size(); i++) { GetSchemeElements(schemeList, elemList); for (j = 0; j < elemList.size(); j++) { API_Element elem; BNZeroMemory(&elem, ...); elem.header.guid = elemList; ACAPI_Element_Get(&elem, ...) // process elements here } }
~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
Labels:
- Labels:
-
Add-On (C++)
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-06-06 04:09 AM
2016-06-06
04:09 AM
I've already found a way to get the list of schedules/schemes through Navigator API.
~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