Click or drag to resize

PanelsGetPanels Method (Guid, UInt32)

Gets the panels.

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

Parameters

panelId
Type: SystemGuid
Panel identifier.
documentRuntimeSerialNumber
Type: SystemUInt32
Document runtime serial number.

Return Value

Type: Object
The panels.
See Also