Click or drag to resize

VectorDependentOnServiceProviderApplyServiceProvider Method

Gets a Vector that can be used to find the value of this vector function at a given JulianDate.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Vector ApplyServiceProvider(
	IServiceProvider serviceProvider
)

Parameters

serviceProvider
Type: SystemIServiceProvider
The service provider to use when calculating the value. The specific service or services that this service provider must provide can vary depending on the derived class implementation.

Return Value

Type: Vector
A vector that will use the provided service provider.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when serviceProvider is .
See Also