Go to documentation repository
Page History
The GetParam method returns the value of the specified parameter of the system object for the MsgObject or Event object.
Method call syntaxSyntax for method invocation:
Code Block | ||
---|---|---|
| ||
function GetParam(param: String) : String |
Method arguments:
- param
...
- is arequired argument.
...
- It corresponds to the parameter name of the system object
...
- for which the MsgObject object (or
...
- the Event static object)
...
- was created. Possible values:
...
- String type
...
- , range
...
- is limited by the parameters available
...
- for the
...
- given object.
Info | ||
---|---|---|
| ||
If the object has no parameter with this name, then the method restores returns an empty string |
Example. When any event from any camera is registered, check from which computer the event comes. If the computer has “WS3” the WS3 name, create the event copy where in which the computer’s name is “Computer”.
...
Overview
Content Tools