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
modId = GetParModId( ROOT + RS + 'main', 'auto_ss' )