ToolbarFile.GetGroup Method (Int32)

ToolbarFileGetGroup Method (Int32)

[Missing <summary> documentation for "M:Rhino.UI.ToolbarFile.GetGroup(System.Int32)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public ToolbarGroup GetGroup(
	int index
)
Public Function GetGroup ( 
	index As Integer
) As ToolbarGroup

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Rhino.UI.ToolbarFile.GetGroup(System.Int32)"]

Return Value

Type: ToolbarGroup

[Missing <returns> documentation for "M:Rhino.UI.ToolbarFile.GetGroup(System.Int32)"]

See Also