Message 1 of 2
Adding element to reference array
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
foreach (Element e in collector) { if (e.Category.Id.IntegerValue == (int)BuiltInCategory.OST_Walls) { dimensionRefsForNewDimension.Append(e); } }
Hi friends
I want to add elements to reference array but i cant.
Is it possible to convert an element to reference.
Regards.