File3dmDimStyleTable.FindNameHash Method

File3dmDimStyleTableFindNameHash Method

Finds a DimensionStyle given its name hash.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public DimensionStyle FindNameHash(
	NameHash nameHash
)
Public Function FindNameHash ( 
	nameHash As NameHash
) As DimensionStyle

Parameters

nameHash
Type: Rhino.FileIONameHash
The name hash of the DimensionStyle to be searched.

Return Value

Type: DimensionStyle
An DimensionStyle, or null on error.
Version Information

Rhino for Windows

Supported in: 6.14
See Also