Message 1 of 1
AdaptiveComponentInstanceUtils.GetInstancePointElementRefIds returns empty List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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?