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: 15.0.2.11458
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