MaximumCountPathPrimitiveUpdatePolicy Class | 
Namespace: AGI.Foundation.Graphics
The MaximumCountPathPrimitiveUpdatePolicy type exposes the following members.
| Name | Description | |
|---|---|---|
| MaximumCountPathPrimitiveUpdatePolicy | 
Constructs a default update policy. This is equivalent to constructing a policy with
MaximumCount set to 0
and a RemoveLocation
of Front.
  | |
| MaximumCountPathPrimitiveUpdatePolicy(Int32, PathPrimitiveRemoveLocation) | 
Initializes a policy with the specified maximumCount
and removeLocation.
  | 
| Name | Description | |
|---|---|---|
| MaximumCount | 
Gets or sets the maximum number of points in the path.
  | |
| RemoveLocation | 
Gets or sets where the positions on the path are removed from.
  | 
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from PathPrimitiveUpdatePolicy.) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| Update | 
Removes points from RemoveLocation if the size of the line is greater than
MaximumCount.
  (Overrides PathPrimitiveUpdatePolicyUpdate(PathPrimitive, JulianDate).) |