
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version
1.30
6-120
Example
The example reads the current definition and sets the opposite one.
DIM face
AS TMC_FACE_DEF
TMC_GetAngelFaceDef(face)
IF (face = TMC_FACE_NORMAL) THEN
TMC_SetAngelFaceDef(TMC_FACE_TURN)
ELSE
TMC_SetAngelFaceDef(TMC_FACE_NORMAL)
END IF
6.3.11 TMC_Get/SetHzOffset
Description
Gets and sets the current horizontal offset.
Declaration
TMC_GetHzOffset( dHzOffset AS Double )
TMC_SetHzOffset( byVal dHzOffset AS Double )
Remarks
Note
No distance may exist for setting the Hz-offset. Call
TMC_DoMeasure(TMC_CLEAR)
before this function.
Parameters
dHzOffset
out/in
Horizontal offset in radiant.
See Also
-
Return Codes
RC_OK
Completed successfully.
TMC_BUSY
measurement system is busy (no valid results)
or a distance exists
Example
The example reads the current offsets and sets it to an increased
value.
Содержание 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 ...