Exemplo n.º 1
0
 public static Floor Wrap(Autodesk.Revit.DB.Floor ele, bool isRevitOwned)
 {
     return(Floor.FromExisting(ele, isRevitOwned));
 }