1. Script object OG.DataParameter

    Article: AN0002161Updated:

    This object offers functions for reading data of parameters.

    Script functions

    Name Description
    DataParameter GetDataParameter(int? modelId, string code) Function returns data parameter.
    DataParameter GetDataParameter(string modelCode, string code) Function returns data parameter.
    void Save( DataParameter par) Method saves the value of the parameter into the database.

    Object call

    OG.DataParameter

×