File3dmLinetypeTableFindNameHash Method |
Finds a Linetype given its name hash.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Linetype FindNameHash(
NameHash nameHash
)
Public Function FindNameHash (
nameHash As NameHash
) As Linetype
Parameters
- nameHash
- Type: Rhino.FileIONameHash
The name hash of the Linetype to be searched.
Return Value
Type:
LinetypeAn Linetype, or null on error.
Version InformationRhino for Windows
Supported in: 6.8
See Also