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.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic Visual FindAnyVisual(
string name
)
Parameters
- name String
- Visual name to search for.
Return Value
VisualThe first visual whose name property matches the supplied name.
See Also