Load into an object of type ac_element the data of the ARCHICAD element, with a unique number (guid), which is specified in the object of type ac_element_guid.

This is also a technical function to create the ability to work with the element through the mechanism of the special ac_element object.

Call:

ac_request("load_element_from_guid",int iElementDescr, int iGuidDescr);


Here:

iElementDescr - descriptor of the ac_element deep object, into which we load the unique element code, written in the object of the ac_element_guid type pointed to by iGuidDescr.