Click or drag to resize

PanelsGetPanelT Method (UInt32)

Return an instance of a .Net panel

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static T GetPanel<T>(
	uint documentSerialNumber
)
where T : class

Parameters

documentSerialNumber
Type: SystemUInt32
Runtime document Id associated with the requested panel.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Rhino.UI.Panels.GetPanel``1(System.UInt32)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Rhino.UI.Panels.GetPanel``1(System.UInt32)"]

See Also