Click or drag to resize

ModelVisualizerPick Method

Returns a list of IServiceProvider instances that were contained in the provided PickResult

Namespace:  AGI.Foundation.Platforms.Advanced
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override ICollection<IServiceProvider> Pick(
	PickResult pickResult
)

Parameters

pickResult
Type: AGI.Foundation.GraphicsPickResult
The pick result for which to retrieve data.

Return Value

Type: ICollectionIServiceProvider
The collection of picked service providers.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when pickResult is .
See Also