DocumentFindVisualsByName Method  | 
 
            Find all the visuals in the document scene with a given name.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic List<Visual> FindVisualsByName(
	string name
)
Parameters
- name
 - Type: SystemString
The name of the visual to search for. 
Return Value
Type: 
ListVisualA list of visuals whose Name property matches the supplied name.
See Also