Click or drag to resize

PanelsGetPanelsT Method (UInt32)

Gets the panels.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.3
Syntax
public static T[] GetPanels<T>(
	uint documentRuntimeSerialNumber
)
where T : class

Parameters

documentRuntimeSerialNumber
Type: SystemUInt32
Document runtime serial number.

Type Parameters

T
The 1st type parameter.

Return Value

Type: T
The panels.
See Also