GroupTable.GroupNames Method

GroupTableGroupNames Method

[Missing <summary> documentation for "M:Rhino.DocObjects.Tables.GroupTable.GroupNames(System.Boolean)"]

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public string[] GroupNames(
	bool ignoreDeletedGroups
)
Public Function GroupNames ( 
	ignoreDeletedGroups As Boolean
) As String()

Parameters

ignoreDeletedGroups
Type: SystemBoolean

[Missing <param name="ignoreDeletedGroups"/> documentation for "M:Rhino.DocObjects.Tables.GroupTable.GroupNames(System.Boolean)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.DocObjects.Tables.GroupTable.GroupNames(System.Boolean)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also