function SetObjectParam(objtype: String, id: String, param : String, value : String)
Method arguments:
objtype- – required argument. The type of the object whose parameters are to be set. It takes the following values: Type – String, range – existing object types.
id- required – required argument. Identification number of the object of the type set in the objtype parameter. It takes the following values: Type – String, range – existing object identification numbers of the specified type.
param- required – required argument. The parameter of the object. It takes the following values: Type – String, range – available parameters of the object.
value- – required argument. The value to be set for the parameter specified in the param argument. It takes the following values: Type – String, range – depends on the parameter.