Click or drag to resize

VisualFindImmediateType Method

Find all the objects in the Children of type Type (immediate children only)

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public virtual ArrayList FindImmediateType(
	Type type
)

Parameters

type  Type
The Type to find.

Return Value

ArrayList
List of objects that match the Type
See Also