Panels.GetPanels Method (Guid, RhinoDoc)

PanelsGetPanels Method (Guid, RhinoDoc)

Gets the panels.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Object[] GetPanels(
	Guid panelId,
	RhinoDoc doc
)
Public Shared Function GetPanels ( 
	panelId As Guid,
	doc As RhinoDoc
) As Object()

Parameters

panelId
Type: SystemGuid
Panel identifier.
doc
Type: RhinoRhinoDoc
Document.

Return Value

Type: Object
The panels.
Version Information

Rhino for Windows

Supported in: 6.14
See Also