Click or drag to resize

GroupTableGroupNames Method

Returns an array of all group names.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public string[] GroupNames(
	bool ignoreDeletedGroups
)

Parameters

ignoreDeletedGroups
Type: SystemBoolean
Ignore any groups that were deleted.

Return Value

Type: String
An array if group names if successful, null if there are no groups.
See Also