CHSDK Class Descriptions › CaWUDP › SetAddCmdLineArg Method
SetAddCmdLineArg Method
Sets additional command line arguments to be passed to the UDP executing process.
- Syntax
-
object.SetAddCmdLineArg(strCmdLineArg)
- Owning Class
-
CaWUDP
- Arguments
-
strCmdLineArg - A string containing the arguments value.
- Return Value
-
None
- 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()
objUDP.SetAddCmdLineArg(“-v -h”)
objUDP.Execute()
More information:
- CHSDK Programming Fundamentals
- GetAddCmdLineArg
|
Copyright © 2013 CA.
All rights reserved.
|
|