City Based Parking and Routing System API Documentation

Generator.SetMaxPerHour Method 

Sets the maximum number of vehicles generated per hour for the specified hour.

public void SetMaxPerHour(
   short hour,
   short max
);

Parameters

hour
A 24-hour hour index.
max
The maximum number of vehicles generated in the specified hour.

See Also

Generator Class | CBPRS.Infrastructure Namespace