Click or drag to resize

DocumentFindCreateVisual Method

Attempt to find a child of the parent visual with the specified name. If it fails to find one, create one instead.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Visual FindCreateVisual(
	Visual parent,
	string name
)

Parameters

parent
Type: Demo3D.VisualsVisual
The Visual whose children to find
name
Type: SystemString
The name of the Visual to find

Return Value

Type: Visual

[Missing <returns> documentation for "M:Demo3D.Visuals.Document.FindCreateVisual(Demo3D.Visuals.Visual,System.String)"]

See Also