Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2014-06-13
11:26 AM
- last edited on
2023-08-01
02:52 PM
by
Doreena Deng
owner.libInd = 0; owner.typeID = iElemHead.typeID; owner.index = iElemHead.index; ACAPI_Goodies(APIAny_OpenParametersID, &owner)...but it returns 0x81060068 (APIERR_BADPARS).
2014-06-30 12:34 PM
API_Element element; API_ElementMemo memo; GSErrCode err = NoError; // after you have the element's guid: err = ACAPI_Element_GetMemo (element.header.guid, &memo); // extended data will be in memo structure