Enum ClearFinderFlags
Flags used to determine what data to keep when clearing a finder.
Namespace: AnyPath.Managed
Assembly: AnyPath.dll
Syntax
[Flags]
public enum ClearFinderFlags
Fields
| Name | Description |
|---|---|
| ClearAll | Clears all data stored in the finder. This is the default value. |
| KeepAll | Preserves all data except for the last stored result. |
| KeepComparer | Keep the comparer |
| KeepCompletedEventHandlers | Preserve the Completed event handlers |
| KeepEdgeMod | Preserve the edge modifier |
| KeepGraph | Preserve the graph struct on the finder. |
| KeepGraphAndHeuristicProvider | Preserves the graph and the heuristic provider |
| KeepHeuristicProvider | Preserve the heuristic provider |
| KeepNodes | Keep all start and goal nodes. On target finders, this includes the target objects. |
| KeepReserver | Keep the reserver |
| KeepValidator | Keep the validator used to validate the target objects on target finders. |
| KeepValidatorReserverAndComparer | Useful for First/Cheapest/Priority finders |