PanelsGetOpenPanelIds Method |
Get a list of the currently open panel tabs in Windows Rhino, on Mac
Rhino it will be a list of the currently visible modeless panel
dialogs.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static Guid[] GetOpenPanelIds()
Public Shared Function GetOpenPanelIds As Guid()
Return Value
Type:
Guid
Returns an array of panel class Id's for the currently open panels,
if there are no open panels it will be an empty array.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also