GroupTable.FindName Method

GroupTableFindName Method

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

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Group FindName(
	string name
)
Public Function FindName ( 
	name As String
) As Group

Parameters

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

Return Value

Type: Group
An Linetype, or null on error.
Version Information

Rhino for Windows

Supported in: 6.14
See Also