Eplan Platform API
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / SetStringSetting Method / SetStringSetting(String,String,Int32) Method
Path to the project setting
Value to be set
0-based index of the setting

In This Topic
    SetStringSetting(String,String,Int32) Method
    In This Topic
    Sets the value of a project setting in a specified path.
    Syntax
    public virtual void SetStringSetting( 
       string strSettingPath,
       string strValue,
       int nIdx
    )
    public:
    virtual void SetStringSetting( 
       String^ strSettingPath,
       String^ strValue,
       int nIdx
    ) 

    Parameters

    Parameter NameDescription
    strSettingPathPath to the project setting
    strValueValue to be set
    nIdx0-based index of the setting
    Exceptions
    ExceptionDescription
    Thrown if the strSettingsPath parameter is NULL.
    Thrown if the value cannot be set.
    See Also