GroupTableFindNameHash Method |
Finds a Linetype given its name hash.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Group FindNameHash(
NameHash nameHash
)
Public Function FindNameHash (
nameHash As NameHash
) As Group
Parameters
- nameHash
- Type: Rhino.FileIONameHash
The name hash 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