Click or drag to resize

DurationPathPrimitiveUpdatePolicy.Update 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: 25.1.421.0 (25.1.421.0)
Syntax
public override sealed void Update(
	PathPrimitive pathPrimitive,
	JulianDate date
)

Parameters

pathPrimitive
Type: AGI.Foundation.Graphics.PathPrimitive
The primitive to be updated.
date
Type: AGI.Foundation.Time.JulianDate
The time.
See Also