
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 1.30
6-165
mask.
sMaskName
in
Name of the recording mask.
RecWiMask
in
The definition of the recording mask. The
elements of the array are the identification
numbers of the
WI’s
. See the description
of the WI constants.
iRec
Format
in
Recording format
(
GSI_RECFORMAT_GSI
,
GSI_RECFORMAT_GSI16
)
lEditMask
in
Mask editable flag
See Also
GSI_GetRecMask, GSI_DefineRecMaskDlg
Example
The example sets the 4
th
element of the currently active recording
mask on GSI_ID_HZ.
DIM sMaskName
AS String18
DIM RecWiMask
AS GSI_Rec_Id_List
DIM iRecFormat
AS Integer
DIM lEditMask
AS Logical
GSI_GetRecMask(GSI_ACTUAL_RECMASK, sMaskName,
RecWiMask, iRecFormat, lEditMask)
RecWiMask(4) = GSI_ID_HZ
GSI_SetRecMask(GSI_ACTUAL_RECMASK, sMaskName,
RecWiMask, iRecFormat, lEditMask)
6.4.30 GSI_SetRecMaskNr
Description
Set the used recording mask.
Declaration
GSI_SetRecMaskNr(BYVAL iMaskNr AS Integer)
Parameters
iMaskNr
in
Number of the recording mask.
Number must be in the range
1.. GSI_MAX_REC_MASKS.
See Also
GSI_GetRecMaskNr
Содержание 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 ...