RouteStopSkillsRequired Field | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release Note: This API is now obsolete.
Specific 'skills' that this stop requires. Must match a bit in the vehicle skills map.
Not yet implemented.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [ObsoleteAttribute("RouteStop.SkillsRequired is obsolete.")]
public uint SkillsRequired
<ObsoleteAttribute("RouteStop.SkillsRequired is obsolete.")>
Public SkillsRequired As UInteger
Field Value
Type:
UInt32Remarks
Skills represent special conditions that a given stop requires.
A couple of examples:
A company that does piping repairs sends one of its vans to
fix a gas pipe. The required skill is that the person attending
this call have the necessary certification to perform gas pipe
repairs.
A package delivery company sends one of its trucks to a
site to pick up a large package. The 'skill' required is that
the truck have a mechanical lifting & loading mechanism.
See Also