Click or drag to resize

VisualFindType Method

Find all the objects in the Descendants of type Type (all descendants)

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

Parameters

type  Type
The Type to find.

Return Value

ArrayList
List of objects that match the Type
See Also