Click or drag to resize

DurationPathPrimitiveUpdatePolicyUpdate Method

Removes points from RemoveLocation when the amount of time between a point's Date and date is greater than Duration

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override sealed void Update(
	PathPrimitive pathPrimitive,
	JulianDate date
)

Parameters

pathPrimitive
Type: AGI.Foundation.GraphicsPathPrimitive
The primitive to be updated.
date
Type: AGI.Foundation.TimeJulianDate
The time.
See Also