RhinoCommon API
File3dmInstanceDefinitionTableFindNameHash Method |
Finds a InstanceDefinitionGeometry given its name hash.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public InstanceDefinitionGeometry FindNameHash( NameHash nameHash )
Public Function FindNameHash ( nameHash As NameHash ) As InstanceDefinitionGeometry
Parameters
- nameHash
- Type: Rhino.FileIONameHash
The name hash of the InstanceDefinitionGeometry to be searched.
Return Value
Type: InstanceDefinitionGeometryAn InstanceDefinitionGeometry, or null on error.
