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
Syntaxpublic virtual ArrayList FindImmediateType(
Type type
)
Parameters
- type
- Type: SystemType
The Type to find.
Return Value
Type:
ArrayListList of objects that match the
Type
See Also