Object parameters are stored in a separate memo structure. This allows you to avoid loading all the parameter data if you don't need it (for efficiency).
You can access this data directly using
ACAPI_Element_GetMemo
to fill the
API_ElementMemo
structure, but this is fairly complex for parameter access.
I think the best approach in your case is to use
APIAny_GetActParametersID
. The documentation for
APIAny_OpenParametersID
has some example code using this method that I think you will find useful.
Ralph Wessel BArch
Software Engineer Speckle Systems