Adding element to reference array

Adding element to reference array

desdinova
Advocate Advocate
1,642 Views
1 Reply
Message 1 of 2

Adding element to reference array

desdinova
Advocate
Advocate
 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.

0 Likes
1,643 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
0 Likes