The GetObjectParam method returns the value of the specified parameter of the object at the moment of method call.
Method call syntax
function GetObjectParam(objtype : String, id : String, param : String) : String |
Method arguments:
Usage examples
See the example for the SetObjectParam method.