Click or drag to resize

VisualFindImmediateChildren Method

Look through children to find all immediate children with a given name.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public IEnumerable<Visual> FindImmediateChildren(
	string name
)

Parameters

name  String
The name of the visuals to search for.

Return Value

IEnumerableVisual
The list of children matching the specified name.
See Also