City Based Parking and Routing System API Documentation

IVehicle.Move Method 

Moves the current vehicle to a new position.

void Move(
   IVehicle vfront,
   uint step
);

Parameters

vfront
The IVehicle directly in front of the current, this value can be null.
step
The current time step.

See Also

IVehicle Interface | CBPRS.Infrastructure Namespace