Panels.OpenPanelAsSibling Method (Guid, Guid)

PanelsOpenPanelAsSibling Method (Guid, Guid)

In Mac Rhino this will currently just call OpenPanel, in Windows Rhino this will look for a dock bar which contains the sibling panel and add this panel to that dock bar as necessary, if the panel was in another dock bar it will be moved to this dock bar.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool OpenPanelAsSibling(
	Guid panelId,
	Guid siblingPanelId
)
Public Shared Function OpenPanelAsSibling ( 
	panelId As Guid,
	siblingPanelId As Guid
) As Boolean

Parameters

panelId
Type: SystemGuid
The class Id of the panel type to open.
siblingPanelId
Type: SystemGuid
The class Id of the sibling panel.

Return Value

Type: Boolean
Returns true if the panel was successfully opened.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also