SimulatedGpsStep Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Advances the simulation by the given time period.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void Step(
TimeSpan duration
)
Public Sub Step (
duration As TimeSpan
)
Parameters
- duration
- Type: SystemTimeSpan
The length of time to advance the simulation by.
See Also