GeoCOM Reference Manual
Basic Applications – BAP
Leica TPS1200 / TS30 / TM30 – Version 1.50
79
8.3.9
BAP_SetUserPrismDef – setting a user prism definition
BAP_SetUserPrismDef..............................................................................................................................................................................................................................................................................
ismDef
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 17032
17032...............................................................................................................................................................................................................................................................BAP_SetUserPr
C-Declaration
BAP_SetUserPrismDef (char *szPrismName,
double dAddConst,
BAP_REFLTYPE eReflType,
char *szCreator)
VB-Declaration
VB_BAP_SetUserPrismDef(ByVal szPrismName As String,
dAddConst As Double,
eReflType As Long,
ByVal szCreator As String)
ASCII-Request
%R1Q,17032:
szPrismName[String],dAddConst[double],eReflType[long],szCreator[String]
ASCII-Response
%R1P,0,0:
RC
Remarks
Defines a new user prism.
Parameters
szPrismName In
Prism name
dAddConst In
Prism correction [m]
eReflType In
Reflector type
szCreator In
Name of creator
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
GRC_IVPARAM
2 Invalid
prism
definition
GRC_IVRESULT
3
Prism definition is not set
See Also
BAP_SetPrismType()
BAP_GetPrismDef()
BAP_GetUserPrismDef()
Example
-