File3dmInstanceDefinitionTableFindNameHash Method |
Finds a InstanceDefinitionGeometry given its name hash.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Windows
Supported in: 6.8
See Also