Click or drag to resize

VectorSetSpeed Method

Verizon Connect Logo
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
)

Parameters

speed
Type: SystemDouble
The vector speed.
units
Type: Telogis.GeoBaseDistanceUnit
The units the new speed has been specified in.
See Also