GetParModId()

Get the modified ID of a parameter from the data base.

Usage

mId = GetParModId( path, par )

Parameters

path (string)
Data base path of the node containing the parameter.
par (string)
Parameter name.

Return Value

mId (integer)
The modified ID of the parameter.

Errors

  • The parameter in the data base must be of a valid type.
  • The parameter must exist in the data base.

Description

This routine returns the modified ID of a parameter from the data base. The parameter address is given by its node path and the par name. A parameter with higher mId has been updated (modified) more recently than one with lower mId. For example,
modId = GetParModId( ROOT + RS + 'main', 'auto_ss' )