Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
function SetObjectParam(objtype: String, id: String, param : String, value : String)

Method arguments:

  1. 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.
  2. 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.
  3. param - required  required argument. The parameter of the object. It takes the following values:  Type – String, range – available parameters of the object.
  4. 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.

...