Click or drag to resize

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

Parameters

name  String
Visual name to search for.

Return Value

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