GeoCOM Reference Manual
Basic Applications – BAP
Leica TPS1200 / TS30 / TM30 – Version 1.50
75
8.3.5
BAP_GetPrismType2 – getting the default or user prism type
BAP_GetPrismType2.............................................................................................................................................................................................................................................................................
ype2
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 17031
17031...............................................................................................................................................................................................................................................................BAP_GetPrismT
C-Declaration
BAP_GetPrismType ( BAP_PRISMTYPE &rePrismType, char *szPrismName )
VB-Declaration
VB_BAP_GetPrismType2 ( rePrismType As Long, ByVal szPrismName As String)
ASCII-Request
%R1Q,17031:
ASCII-Response
%R1Q,0,0:
RC
, ePrismTyp
e
[long], szPrismName[string]
Remarks
Gets the current prism type and name.
Parameters
rePrismType
Out
Actual prism type
szPrismName
Out
Actual prism name
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
See Also
BAP_SetPrismType()
BAP_SetPrismType2()
Example
-