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: 19.01.00
Syntax
C#
public Visual FindCreateVisual(
	Visual parent,
	string name
)

Parameters

parent  Visual
The Visual whose children to find
name  String
The name of the Visual to find

Return Value

Visual

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

See Also