foreach(Element elem in founds)
                {
                    Trace.WriteLine(string.Format("Element Id:{0},Type:{1}", elem.Id.IntegerValue, elem.GetType().Name));
                }
请问在Revit 二次开发中这个是什么意思,有什么作用?