How to call and place a GDL element with API functions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-08-17 05:54 AM
Hi everyone, I have some problems with the method to place a GDL object. Should I use ACAPI_Element_Create function?
Solved! Go to Solution.
- Labels:
-
Add-On (C++)
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-08-23 03:45 PM - edited 2022-08-23 03:46 PM
Hello,
yes you can use ACAPI_Element_Create to place a GDL element. First you have to set API_Element's object data member (API_ObjectType). object.libInd data member identifies gdl element. To determine library index by its name you can use ACAPI_Libpart_Search.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2022-08-23 03:45 PM - edited 2022-08-23 03:46 PM
Hello,
yes you can use ACAPI_Element_Create to place a GDL element. First you have to set API_Element's object data member (API_ObjectType). object.libInd data member identifies gdl element. To determine library index by its name you can use ACAPI_Libpart_Search.