VisualFindImmediateType Method |
Find all the objects in the
Children of type
Type (immediate children only)
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic virtual ArrayList FindImmediateType(
Type type
)
Parameters
- type Type
- The Type to find.
Return Value
ArrayListList of objects that match the
Type
See Also