Click or drag to resize

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
Syntax
C#
public Visual FindVisualByName(
	string name
)

Parameters

name
Type: SystemString
The name of the visual to search for.

Return Value

Type: Visual
The first visual whose Name property matches the supplied name.
See Also