CHSDK Class Descriptions › CaWUDP › GetAddCmdLineArg Method
GetAddCmdLineArg Method
Retrieves the additional command line arguments that will be passed to the executing UDP.
- Syntax
-
object.GetAddCmdLineArg()
- Owning Class
-
CaWUDP
- Arguments
-
None
- Return Value
-
A string of arguments.
- Notes
-
- SetAddCmdLineArg appends the arguments specified to the entire UDP command. Any arguments specified by the administrator during the setup of the UDP are retained.
- Arguments that are specified are prepended with a white space character.
Example
Dim objUDP
Set objUDP = objContext.GetUDP()
strCmdArg = objUDP.GetAddCmdLineArg()
More information:
- CHSDK Programming Fundamentals
- SetAddCmdLineArg
|
Copyright © 2013 CA.
All rights reserved.
|
|