Click or drag to resize

VisualFindManagedAspectsT Method

Find all managed aspects that can be cast to the given type.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public virtual IEnumerable<T> FindManagedAspects<T>()
where T : class

Type Parameters

T
The type of the managed aspect to find.

Return Value

Type: IEnumerableT
All managed aspects that can be cast as the given type.
See Also