Click or drag to resize

VisualFindImmediateType Method (Type)

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

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

Parameters

type
Type: SystemType
The Type to find.

Return Value

Type: ArrayList
List of objects that match the Type
See Also