AdaptiveComponentInstanceUtils.GetInstancePointElementRefIds returns empty List

AdaptiveComponentInstanceUtils.GetInstancePointElementRefIds returns empty List

dirk.neethling
Advocate Advocate
254 Views
0 Replies
Message 1 of 1

AdaptiveComponentInstanceUtils.GetInstancePointElementRefIds returns empty List

dirk.neethling
Advocate
Advocate

THe call CreateAdaptiveComponentInstance is successful:

fi = AdaptiveComponentInstanceUtils.CreateAdaptiveComponentInstance(doc, symbol);

 

 

However, when extracting the points along which to place the adaptive element,

IList<ElementId> adaptivePoints = AdaptiveComponentInstanceUtils.GetInstancePointElementRefIds(fi);

 

adaptivePoints  is empty. What is the reason?

0 Likes
255 Views
0 Replies
Replies (0)