cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to link object in floor plan with object in elevation

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

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!