Click or drag to resize

MaximumCountPathPrimitiveUpdatePolicy.Update Method

Removes points from RemoveLocation if the size of the line is greater than MaximumCount.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.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

Reference

Advanced.PathPrimitiveUpdatePolicy()