RhinoCommon API
PanelsOpenPanel Method (Guid, Type) |
In Mac Rhino this will just call the version of OpenPanel that takes
a class type Id. In Windows Rhino this will look for a dock bar with
the specified Id and open or move the specified panel to that dock
bar.
Namespace: Rhino.UI
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Guid OpenPanel( Guid dockBarId, Type panelType )
Public Shared Function OpenPanel ( dockBarId As Guid, panelType As Type ) As Guid
Parameters
- dockBarId
- Type: SystemGuid
Id of the dock bar hosting one or more panels. - panelType
- Type: SystemType
Class type for the panel to open.
Return Value
Type: GuidReturns true if the

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14