Click or drag to resize

PanelsGetPanels Method (Guid, RhinoDoc)

Gets the panels.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.3
Syntax
public static Object[] GetPanels(
	Guid panelId,
	RhinoDoc doc
)

Parameters

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

Return Value

Type: Object
The panels.
See Also