
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 2.10
6-177
DIM WI AS GSI_WIDLG_ENTRY_TYPE
WI.lValid
= FALSE
WI.iDataType = GSI_ASCII
GSI_SetWiEntry(GSI_ID_APPDATA0, WI)
GSI_SetLineMDlgPar(1, GSI_PAR_AppData0,
"Stat. Name:", TRUE,
MMI_FFORMAT_STRING)
WI.lValid
= TRUE
WI.iDataType = GSI_DOUBLE
WI.dValue
= 2.2
GSI_SetWiEntry(GSI_ID_APPDATA3, WI)
GSI_SetLineMDlgPar(8, GSI_PAR_AppData3,
"Distance : ", TRUE,
MMI_FFORMAT_DISTANCE)
6.4.42 GSI_UpdateMDlg
Description
Updates the user definable measurement dialog.
Declaration
GSI_UpdateMDlg( iButton As Integer)
Remarks
This procedure updates the user definable measurement dialog
with the actual values from the Theodolite data pool and returns
pressed buttons.
Parameters
iButton
out
Contains pressed button identifier. For
details see
MMI_GetButton
(
lAllKeys = TRUE
).
See Also
GSI_CreateMDlg
GSI_UpdateMeasurement
Example
See
example
GSI_CreateMDlg
and example file
„
meas.gbs
“.
Содержание tps1100
Страница 1: ...GeoBASIC FOR TPS1100 User Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 150: ...GeoBASIC FOR TPS1100 Reference Manual Version 2 10 1997 2001 Leica Geosystems AG Heerbrugg Switzerland ...
Страница 411: ...GeoBASIC Reference Manual 6 System Functions TPS1100 Version 1 30 6 7 6 5 35 CSV_LibCallAvailable 6 213 ...
Страница 620: ...TPS1100 Version 2 10 6 1 ...
Страница 621: ......
Страница 623: ...TPS1100 Version 2 10 6 1 ...
Страница 624: ......
Страница 1053: ...TPS1100 Version 1 30 E 1 Appendix E GEOFONT ...
Страница 1154: ...GeoBASIC Reference Manual Appendix J List of Predefined Identifiers TPS1100 Version 1 30 J 9 TMC_SetOffsetDist 6 128 ...