Click or drag to resize

PointFixedAtJulianDate Constructor (Point, ValueDefinitionJulianDate)

Initializes a new instance.

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

Parameters

fixedPoint
Type: AGI.Foundation.GeometryPoint
The point that will be evaluated at fixedAt date.
fixedAt
Type: AGI.Foundation.InfrastructureValueDefinitionJulianDate
The date at which the fixedPoint is fixed.
See Also