AStarzResultInformation Method |
Returns information on the result.
Namespace:
Pathfinding
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public bool ResultInformation(
out int NbArcsOfPath,
out double CostOfPath
)
Parameters
- NbArcsOfPath
- Type: SystemInt32
The number of arcs in the result path / -1 if no result. - CostOfPath
- Type: SystemDouble
The cost of the result path / -1 if no result.
Return Value
Type:
Boolean'true' if the search succeeded / 'false' if it failed.
See Also