Click or drag to resize

File3dmInstanceDefinitionTableFindName Method

Finds an InstanceDefinitionGeometry given its name.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public InstanceDefinitionGeometry FindName(
	string name
)

Parameters

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

Return Value

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