Click or drag to resize

MaximumCountPathPrimitiveUpdatePolicy Class

PathPrimitive update policy that removes points from RemoveLocation when the number of points in the path exceeds MaximumCount.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Graphics.AdvancedPathPrimitiveUpdatePolicy
    AGI.Foundation.GraphicsMaximumCountPathPrimitiveUpdatePolicy

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class MaximumCountPathPrimitiveUpdatePolicy : PathPrimitiveUpdatePolicy

The MaximumCountPathPrimitiveUpdatePolicy type exposes the following members.

Constructors
  NameDescription
Public methodMaximumCountPathPrimitiveUpdatePolicy
Constructs a default update policy. This is equivalent to constructing a policy with MaximumCount set to 0 and a RemoveLocation of Front.
Public methodMaximumCountPathPrimitiveUpdatePolicy(Int32, PathPrimitiveRemoveLocation)
Initializes a policy with the specified maximumCount and removeLocation.
Top
Properties
  NameDescription
Public propertyMaximumCount
Gets or sets the maximum number of points in the path.
Public propertyRemoveLocation
Gets or sets where the positions on the path are removed from.
Top
Methods
  NameDescription
Public methodDispose (Inherited from PathPrimitiveUpdatePolicy.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Removes points from RemoveLocation if the size of the line is greater than MaximumCount.
(Overrides PathPrimitiveUpdatePolicyUpdate(PathPrimitive, JulianDate).)
Top
See Also