
GeoBASIC Reference Manual
6. System Functions
TPS1100-Version 2.10
6-117
6.3.10 TMC_Get/SetAngleFaceDef
Description
Gets and sets the current face definition.
Declaration
TMC_GetAngleFaceDef( eFaceDef
AS Integer )
TMC_SetAngleFaceDef(
byVal eFaceDef
AS Integer )
Remarks
Note
No distance may exist for setting the face definition. Call
TMC_DoMeasure(TMC_CLEAR)
before this function.
Parameters
eFaceDef
out/in
TMC_FACE_NORMAL
or
TMC_FACE_TURN
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 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
Содержание 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 ...