
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 2.10
6-159
of the WI constants.
iRec
Format
out
Recording format
(
GSI_RECFORMAT_GSI
,
GSI_RECFORMAT_GSI16
)
lEditMask
out
Mask editable flag
See Also
GSI_SetRecMask, GSI_DefineRecMaskDlg
Example
The example uses the
GSI_GetRecMask
routine to fetch the
definition and the format of the recording mask number 2.
DIM sMaskName
AS String18
DIM RecWiMask
AS GSI_Rec_Id_List
DIM iRecFormat
AS Integer
DIM lEditMask
AS Logical
GSI_GetRecMask( 2, sMaskName, RecWiMask,
iRecFormat, lEditMask)
6.4.28 GSI_SetRecMask
Description
Set the definition and the format of a recording mask.
Declaration
GSI_SetRecMask(
BYVAL iMaskNr AS Integer,
BYVAL sMaskName
AS String18,
BYVAL RecWiMask
AS GSI_Rec_Id_List,
BYVAL iRecFormat
AS Integer,
BYVAL lEditMask
AS Logical)
Remarks
This routine sets the definition and the format of the recording
mask with the number
iMaskNr
. Valid formats are
GSI_RECFORMAT_GSI
and
GSI_RECFORMAT_GSI16.
If
lEditMask
is TRUE the elements of the recording mask can be
changed in
GSI_DefineRecMaskDlg.
All unused elements
should be set to
GSI_ID_NONE
. All values from 0 to 5 are valid
for the mask number. Mask number 0 is predefined for the station
recording mask.
Содержание 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 ...