Click or drag to resize

PointFixedAtJulianDate Constructor (Point, ValueDefinition<JulianDate>)

Initializes a new instance.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public PointFixedAtJulianDate(
	Point fixedPoint,
	ValueDefinition<JulianDate> fixedAt
)

Parameters

fixedPoint
Type: AGI.Foundation.Geometry.Point
The point that will be evaluated at fixedAt date.
fixedAt
Type: AGI.Foundation.Infrastructure.ValueDefinition<JulianDate>
The date at which the fixedPoint is fixed.
See Also