BIM Coordinator Program (INT) April 22, 2024

Find the next step in your career as a Graphisoft Certified BIM Coordinator!

GDL
About building parametric objects with GDL.

How to link object in floor plan with object in elevation

Anonymous
Not applicable
Hi,

I want to link one object in floor plan with another object in elevation using following function.
GSErrCode LinkTwoElements(API_Guid elem1Guid, API_Guid elem2Guid)
{
     return ACAPI_Element_Link(elem1Guid, elem2Guid, 0);
}
If I pass elem1Guid from floor plan and elem2Guid from elevation I am getting APIERR_BADINDEX error.

I want to link these two elements such that if I delete one another one needs to delete.

Please any one help on this please.
0 REPLIES 0
Learn and get certified!

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!