Download RW NetServer

Transcript
82
RW NetServer
1
-1
+1
Versions: Standard Pro
ActiveX / VCL / CLX component: RWcalc
4.76
PositionListGet
Function PositionListGet(index: integer; var x,y: double): integer;
Read coordinates of positions entered into the positionlist. See also PositionListSet
82 .
Possible error codes: -10 -30 -43
Versions: Standard Pro
ActiveX / VCL / CLX component: RWcalc
4.77
PositionListSet
Function PositionListSet(index: integer; x,y: double): integer;
Use this function to enter a list of coordinates, which can be used together with
function RouteList 86 . The positionlist is used when including off-road sections in the
graphical output.
The list will automatically grow as you enter more entries.
Possible error codes: -10 -30 -43 -62
Versions: Standard Pro
ActiveX / VCL / CLX component: RWcalc
4.78
ReadSpeed
Function ReadSpeed(filename, fieldname: string; fieldindex:
integer): integer;
From the specified filename speed is read for each link. Non-positive speeds are
interpreted as the link being closed - the same as calling CloseLink 60 with parameter
1536.
The file should be of type DBF (version 3) or DAT file (part of a TAB file).
In the case of a DAT file, the corresponding TAB file needs to be present.
If you supply fieldindex=0, the fieldname will be used. If you supply a fieldindex (1..)
it will be used for reading from the file.
Filename should include a fully qualified path.
Possible error codes: -10 -20 -22 -30 -32 -40 -51
Versions: Standard Pro
ActiveX / VCL / CLX component: RWnetBase
© 2014 RouteWare / Uffe Kousgaard