| | |
| | | using Autodesk.Revit.UI; |
| | | using HStation.RevitDev.RevitDataExport.Enum; |
| | | using HStation.RevitDev.Model.ModelEnum; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace HStation.RevitDev.RevitDataExport.Utility |
| | | { |
| | | public class DockablePaneUtils |
| | | { |
| | | public static void ShowDockablePanel(ExternalCommandData commandData, YWFamilyType type) |
| | | public static void ShowDockablePanel(ExternalCommandData commandData, RevitType type) |
| | | { |
| | | UIApplication uiapp = commandData.Application; |
| | | DockPaneUtil.HideAllDockablePane(uiapp); |