Click or drag to resize

CoreVisualFindAspect Method (Type)

Finds and returns an aspect of a given type.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public override Object FindAspect(
	Type type
)

Parameters

type
Type: SystemType
The type of the aspect to find.

Return Value

Type: Object
The aspect, or null if not found.
See Also