DurationPathPrimitiveUpdatePolicy Class |
Namespace: AGI.Foundation.Graphics
The DurationPathPrimitiveUpdatePolicy type exposes the following members.
Name | Description | |
---|---|---|
DurationPathPrimitiveUpdatePolicy |
Constructs a default update policy. This is equivalent to constructing a policy with
Duration set to 0
and a RemoveLocation
of Front.
| |
DurationPathPrimitiveUpdatePolicy(Duration, PathPrimitiveRemoveLocation) |
Initializes a policy with the specified duration
and removeLocation.
|
Name | Description | |
---|---|---|
Duration |
Gets or sets the maximum duration that a point will lie on the line.
| |
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 when the amount of time between a point's
Date and
date is greater than Duration (Overrides PathPrimitiveUpdatePolicyUpdate(PathPrimitive, JulianDate).) |