CollapsibleSectionImpl.GetSibling Method

CollapsibleSectionImplGetSibling Method

[Missing <summary> documentation for "M:Rhino.UI.Controls.CollapsibleSectionImpl.GetSibling(Rhino.UI.Controls.ICollapsibleSection,System.Guid)"]

Namespace:  Rhino.UI.Controls
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static ICollapsibleSection GetSibling(
	ICollapsibleSection section,
	Guid siblingSectionId
)
Public Shared Function GetSibling ( 
	section As ICollapsibleSection,
	siblingSectionId As Guid
) As ICollapsibleSection

Parameters

section
Type: Rhino.UI.ControlsICollapsibleSection

[Missing <param name="section"/> documentation for "M:Rhino.UI.Controls.CollapsibleSectionImpl.GetSibling(Rhino.UI.Controls.ICollapsibleSection,System.Guid)"]

siblingSectionId
Type: SystemGuid

[Missing <param name="siblingSectionId"/> documentation for "M:Rhino.UI.Controls.CollapsibleSectionImpl.GetSibling(Rhino.UI.Controls.ICollapsibleSection,System.Guid)"]

Return Value

Type: ICollapsibleSection

[Missing <returns> documentation for "M:Rhino.UI.Controls.CollapsibleSectionImpl.GetSibling(Rhino.UI.Controls.ICollapsibleSection,System.Guid)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also