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
)
Public Shared Function GetPanels (
panelId As Guid,
doc As RhinoDoc
) As Object()
Parameters
- panelId
- Type: SystemGuid
Panel identifier. - doc
- Type: RhinoRhinoDoc
Document.
Return Value
Type:
ObjectThe panels.
See Also