Click or drag to resize

File3dmRenderContentFindChild Method

The child with the specified child slot name, or null if no such child exists.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public File3dmRenderContent FindChild(
	string child_slot_name
)

Parameters

child_slot_name
Type: SystemString

[Missing <param name="child_slot_name"/> documentation for "M:Rhino.FileIO.File3dmRenderContent.FindChild(System.String)"]

Return Value

Type: File3dmRenderContent

[Missing <returns> documentation for "M:Rhino.FileIO.File3dmRenderContent.FindChild(System.String)"]

See Also