GroupTableFindName Method |
Finds a Linetype given its name. Returns the instance, rather than the index.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
GroupAn Linetype, or null on error.
Version InformationRhino for Windows
Supported in: 6.8
See Also