File3dmInstanceDefinitionTable.FindName Method

File3dmInstanceDefinitionTableFindName Method

Finds an InstanceDefinitionGeometry given its name.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public InstanceDefinitionGeometry FindName(
	string name
)
Public Function FindName ( 
	name As String
) As InstanceDefinitionGeometry

Parameters

name
Type: SystemString
The name of the InstanceDefinitionGeometry to be searched.

Return Value

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

Rhino for Windows

Supported in: 6.8
See Also