GeoCOM Reference Manual
Basic Applications – BAP
Leica TPS1200 / TS30 / TM30 – Version 1.50
71
8.3
FUNCTIONS
8.3.1
BAP_GetTargetType - getting the EDM type
BAP_GetTargetType.....................................................................................................................................................................................................................................................
17022
BAP_GetTarget
C-Declaration
.................................
.......................
Type
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 17022
BAP_GetTargetType ( BAP_TARGET_TYPE &eTargetType )
VB-Declaration
VB_BAP_GetTargetType(eTargetType As Long)
ASCII-Request
%R1Q,17022:
ASCII-Response
%R1Q,0,0:
RC
, eTargetTyp
e
[long]
Remarks
Gets the current EDM type for distance measurements (Reflector (IR) or Reflectorless (RL)).
Parameters
eTargetType
Out
Actual target type
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
See Also
BAP_SetTargetType()
BAP_SetMeasPrg()
Example
-