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