TActivityNetwork.GetEarliestCompletionTime(TAOEEvent,TAOEEvent,TStrings,Integer) Method |
Scroll Prev Top Next More |
Returns the earliest completion time for the project between the StartEvent and FinishEvent parameters (in the PathTime parameter). It also returns the topological order of the network between the two events.
Namespace: ActivityNetwork
Delphi |
public |
Parameters
StartEvent
Type: TAOEEvent
FinishEvent
Type: TAOEEvent
Path
Type: TStrings
PathTime
Type: Integer
Type: TStrings
The following example fills in a list box with the critical nodes in the activity network, the earliest project completion time, and finally the criticality for each task: Delphi |
var |