GeoCOM Reference Manual
Basic Applications – BAP
Leica TPS1200 / TS30 / TM30 – Version 1.50
78
8.3.8
BAP_GetUserPrismDef – getting the user prism definition
BAP_GetUserPrismDef .............................................................................................................................................................................................................................................................................
ismDef
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 17033
17033...............................................................................................................................................................................................................................................................BAP_GetUserPr
C-Declaration
BAP_GetUserPrismDef (char *szPrismName,
double &rdAddConst,
BAP_REFLTYPE &reReflType,
char *szCreator)
VB-Declaration
VB_BAP_GetUserPrismDef(ByVal szPrismName As String,
rdAddConst As Double,
reReflType As Long,
ByVal szCreator As String)
ASCII-Request
%R1Q,17033:
szPrismName[String]
ASCII-Response
%R1P,0,0:
RC,
rdAddConst[double], reReflType[long], szCreator[String]
Remarks
Gets definition of a defined user prism.
Parameters
szPrismName In
Prism name
dAddConst Out
Prism correction [m]
eReflType Out
Reflector type
szCreator Out
Name of creator
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
GRC_IVPARAM
2 Invalid
prism
definition
See Also
BAP_SetPrismType()
BAP_SetPrismType2()
BAP_GetPrismDef()
BAP_GetUserPrismDef()
Example
-