Click or drag to resize

GroupTableFindName Method

Finds a group given its name. Returns the instance, rather than the index.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public Group FindName(
	string name
)

Parameters

name
Type: SystemString
The name of the group to be searched.

Return Value

Type: Group
An group, or null on error.
See Also