File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Labs/2_Revit_UI_API/SourceCS Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -413,9 +413,7 @@ public void CancelSelection()
413413 // TaskDialog.Show("Revit UI Lab", s);
414414 //}
415415
416- /// Changing this in Revit 2015
417- ///
418- public void ShowElementList ( IEnumerable elemIds , string header )
416+ public void ShowElementList ( IEnumerable < ElementId > elemIds , string header )
419417 {
420418 string s = "\n \n - Class - Category - Name (or Family: Type Name) - Id - " + "\r \n " ;
421419
@@ -432,8 +430,6 @@ public void ShowElementList(IEnumerable elemIds, string header)
432430 TaskDialog . Show ( "Revit UI Lab" , s ) ;
433431 }
434432
435- /// end of Changing in Revit 2015
436-
437433 /// <summary>
438434 /// Helper function: summarize an element information as a line of text,
439435 /// which is composed of: class, category, name and id.
You can’t perform that action at this time.
0 commit comments