Panels.GetPanels(T) Method (RhinoDoc)

PanelsGetPanelsT Method (RhinoDoc)

[Missing <summary> documentation for "M:Rhino.UI.Panels.GetPanels``1(Rhino.RhinoDoc)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static T[] GetPanels<T>(
	RhinoDoc doc
)
where T : class
Public Shared Function GetPanels(Of T As Class) ( 
	doc As RhinoDoc
) As T()

Parameters

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.UI.Panels.GetPanels``1(Rhino.RhinoDoc)"]

Type Parameters

T

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

Return Value

Type: T

[Missing <returns> documentation for "M:Rhino.UI.Panels.GetPanels``1(Rhino.RhinoDoc)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also