Hi, Sorry I'm not so clear what you'd like to do. the guid is generated
automatically by Archicad when you placed on floor plan, or each object
has its own guid which is stored in gdl library part
(API_LibPart.ownUnID). If you'd identify whether the ...
Hi, Could you check ACAPI_LibraryPart_ShapePrims() command? It's used to
get object 2D drawing of symbol on floor plan and S/E view.Unfortunately
there is no examples code in API kit, but you can find similar code
which is using ACAPI_DrawingPrimitiv...
Hi, you're able to retrieve all the element information using those
commands you mentioned. I suppose your question was how to create UI to
show those info. like excel sheet.In Archicad, you can create your own
dialog or palette with list box and oth...