Click or drag to resize

VisualComponentComponentMembershipModelFind Method

Find all the component roots for this visual.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntax
C#
public override IEnumerable<VisualComponentRootPointer> Find(
	Visual visual,
	IList<VisualComponentComponentType> filterTypes
)

Parameters

visual
Type: Demo3D.VisualsVisual
The visual to inspect.
filterTypes
Type: System.Collections.GenericIListVisualComponentComponentType
List of component types to return, or null to return all component roots.

Return Value

Type: IEnumerableVisualComponentRootPointer
A list of the component roots of all the components to which this visual belongs.
See Also