City Based Parking and Routing System API Documentation

AntParkingVehicle.IntializeRoute Method 

Initialize the routing for the current vehicle.

public override void IntializeRoute(
   IIntersection source,
   uint step
);

Parameters

source
The generator at which the vehicle was generated.
step
The current time step.

Implements

IVehicle.IntializeRoute

See Also

AntParkingVehicle Class | CBPRS.Parking Namespace