DocumentFindVisualByName Method |
Find the first visual in the document scene with a given name.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic Visual FindVisualByName(
string name
)
Parameters
- name
- Type: SystemString
The name of the visual to search for.
Return Value
Type:
VisualThe first visual whose Name property matches the supplied name.
See Also