getValue

Gets the value of a parameter with the specified Object ID.

Syntax

params.getValue (OID, Index);

Parameters

Parameter

Type

Required

Description

OID

String

Yes

Object ID of object of interest.

Index

Integer

Yes

Array parameter index. If the parameter is not an array parameter, use an Index of 0. In most cases, enter 0 as the Index.

Returns

String

Example

var data = params.getValue (0x12,0);