SimulatedGpsTimeMultiplier Property | ![Verizon Connect Logo](../icons/logo.jpg) |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to determine the tick duration in proportion to clock time.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxpublic double TimeMultiplier { get; set; }
Public Property TimeMultiplier As Double
Get
Set
Property Value
Type:
Double
Examples
For example, to set a simulation at 10 times the normal rate one could use:
SimulatedGps gps = new SimulatedGps(0, path);
gps.TimeMultiplier = 10;
gps.TickRate = 10;
See Also