VectorSetSpeed Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets the speed of this vector in the specified
units.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetSpeed(
double speed,
DistanceUnit units
)
Public Sub SetSpeed (
speed As Double,
units As DistanceUnit
)
Parameters
- speed
- Type: SystemDouble
The vector speed. - units
- Type: Telogis.GeoBaseDistanceUnit
The units the new speed has been specified in.
See Also