GeoCOM Reference Manual
Basic Applications – BAP
Leica TPS1200 / TS30 / TM30 – Version 1.50
77
8.3.7
BAP_GetPrismDef – getting the default prism definition
BAP_GetPrismDef.............................................................................................................................................................................................................................................................................
ef
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 17023
17023...............................................................................................................................................................................................................................................................BAP_GetPrismD
C-Declaration
BAP_GetPrismDef ( BAP_PRISMTYPE ePrismType,
BAP_PRISMDEF &PrismDef)
VB-Declaration
VB_BAP_GetPrismDef(byval ePrism As Long,
PrismDef As BAP_PRISMDEF )
ASCII-Request
%R1Q,17023:
ePrismTyp
e
[long]
ASCII-Response
%R1Q,0,0:
RC
, Name[String], dAddConst[double], eReflType[long]
Remarks
Get the definition of a default prism.
Parameters
ePrismType In
Prism type
PrismDef Out
Definition of the selected default prism
Return-Code Names and Return-Code Values
GRC_OK
0 Execution
successful.
GRC_IVPARAM
2 Invalid
prism
type
See Also
BAP_SetUserPrismDef()
Example
-