Get the unique ARCHICAD element number from an object of type ac_element to an object of type ac_element_guid.

Such conversion may be required for technical purposes.

Call:

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


Here:

iElementDescr - descriptor of the ac_element deep object from which the unique code will be written to the ac_element_guid type object pointed to by iGuidDescr.