SpeedValue Constructor (Int32, SpeedUnit) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a SpeedValue object for a specified speed in specified units.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public SpeedValue(
int Value,
SpeedUnit Units
)
Public Sub New (
Value As Integer,
Units As SpeedUnit
)
Parameters
- Value
- Type: SystemInt32
The speed (expressed in the specified units) - Units
- Type: Telogis.GeoBaseSpeedUnit
The units
See Also