DocumentFindAnyVisual Method  | 
 
            Find Visual by name, return one of them if there are multiple visuals,
            but do not warn if there are more than one.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic Visual FindAnyVisual(
	string name
)
Parameters
- name
 - Type: SystemString
Visual name to search for. 
Return Value
Type: 
VisualThe first visual whose name property matches the supplied name.
See Also