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)
Since: 5.0
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.
See Also