Question:
How can I use the parameters passed to the Viewer via command line?
Solution:
The parameters declared on the command line are available on Viewer’s Params property (Application).
Examples:
Command line executed by Windows Start\Run menu:
“C:\Program Files (x86)\Elipse Software\ELIPSE E3\Bin|Viewer.exe” \\localhost -PARAMS p1=100
Script being executed in an Elipse E3′s button showing the value passed to p1 variable in the opening command:
MsgBox Application.Params (“p1”)