File3dmDimStyleTable.FindNameHash Method

File3dmDimStyleTableFindNameHash Method

Finds a DimensionStyle given its name hash.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
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.
See Also