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:
- objtype – Required argument. The type of the object whose parameter’s value is to be returned. It takes the following values: Type – String, range – existing object types.
- id – Required argument. Identification number of the object of the type set in the objtype argument. It takes the following values: Type – String, range – existing identification numbers of the objects of the specified type.
- param – Required argument. The name of the parameter whose value is to be returned. It takes the following values: Type – String, range – available parameters of the object.
Usage examples
See the example for the SetObjectParam method.