Reference r = commandData.Application.ActiveUIDocument.Selection.PickObject(Autodesk.Revit.UI.Selection.ObjectType.Element, "please select wall");
I have picked wall using above.
how should i get door containing on this wall?
further I want to find door base line type as some lines are dotted?