Click or drag to resize

File3dmInstanceDefinitionTableFindNameHash Method

Finds a InstanceDefinitionGeometry given its name hash.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public InstanceDefinitionGeometry FindNameHash(
	NameHash nameHash
)

Parameters

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

Return Value

Type: InstanceDefinitionGeometry
An InstanceDefinitionGeometry, or null on error.
See Also