Click or drag to resize

File3dmGroupTableFindName Method

Finds a Group given its name.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.5
Syntax
public Group FindName(
	string name
)

Parameters

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

Return Value

Type: Group
A Group, or null on error.
See Also