Piccolo.NET

PActivity.StartAfter Method 

Schedules this activity to start after the first activity has finished.

public virtual void StartAfter(
   PActivity first
);

Parameters

first
The activity to start after.

Remarks

Note that no link is created between these activities, if the startTime or duration of the first activity is later changed this activities start time will not be updated to reflect that change.

See Also

PActivity Class | UMD.HCIL.Piccolo.Activities Namespace


Web Accessibility